aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 21:15:00 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 21:15:00 +0000
commit7efa7017e6ebfd0e7c88543dabb7a39d2fb4e6e4 (patch)
treecd8df0f65160a5d5c09d739194bf93b3ae3ea1d6 /trunk/src
parent6feedd13bf2b4eeb2fbf47419cd372bf802b5d44 (diff)
downloadsimplepkg-7efa7017e6ebfd0e7c88543dabb7a39d2fb4e6e4.tar.gz
simplepkg-7efa7017e6ebfd0e7c88543dabb7a39d2fb4e6e4.tar.bz2
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@265 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index e17bb82..33050cd 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -246,7 +246,7 @@ function template_create {
if use_svn && [ -d "$orig_template/.svn" ]; then
rsync -av --exclude=.svn $orig_template/$ROOT.d/ $TEMPLATE_BASE.d/
cd `dirname $TEMPLATE_BASE`
- svn add `basename $TEMPLATE_BASE`
+ svn add `basename $TEMPLATE_BASE`.d
info_commit="yes"
else
rsync -av $orig_template/$ROOT.d/ $TEMPLATE_BASE.d/