aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 21:08:37 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 21:08:37 +0000
commit1f595ed2da8df5d4b09b9305b1a8099d1f194af2 (patch)
tree8168c17569caa004870b9b45e7a020dc8fc32a2d /trunk/src/templatepkg
parent857c396e3a1ba281db89fccf23cde5b12a2766c2 (diff)
downloadsimplepkg-1f595ed2da8df5d4b09b9305b1a8099d1f194af2.tar.gz
simplepkg-1f595ed2da8df5d4b09b9305b1a8099d1f194af2.tar.bz2
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@261 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 3b77b97..3d2287b 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -239,8 +239,8 @@ function template_create {
if use_svn && [ -d "$orig_template/.svn" ]; then
rsync -av --exclude=.svn $orig_template/$ROOT.d/ $TEMPLATE_BASE.d/
- cd $BASE_CONF/templates
- svn add `basename $TEMPLATE_BASE`
+ cd $TEMPLATE_BASE.d
+ svn add *
info_commit="yes"
else
rsync -av $orig_template/$ROOT.d/ $TEMPLATE_BASE.d/