aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/