From e9605e5b5644d4e98a4a87f16b4447c7219b1a0e Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 20:48:43 +0000 Subject: templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@259 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk') 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 -- cgit v1.2.3