aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index e4f3f2d..e337849 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -231,6 +231,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 $TEMPLATE_BASE.d/*
info_commit="yes"
else