diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 21:08:37 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 21:08:37 +0000 |
commit | 1f595ed2da8df5d4b09b9305b1a8099d1f194af2 (patch) | |
tree | 8168c17569caa004870b9b45e7a020dc8fc32a2d | |
parent | 857c396e3a1ba281db89fccf23cde5b12a2766c2 (diff) | |
download | simplepkg-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
-rwxr-xr-x | trunk/src/templatepkg | 4 |
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/ |