From: rhatto Date: Thu, 5 Apr 2007 21:15:00 +0000 (+0000) Subject: templatepkg: small fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7efa7017e6ebfd0e7c88543dabb7a39d2fb4e6e4;p=simplepkg.git templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@265 04377dda-e619-0410-9926-eae83683ac58 --- 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/