diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 20:48:43 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 20:48:43 +0000 |
commit | e9605e5b5644d4e98a4a87f16b4447c7219b1a0e (patch) | |
tree | 6a090f66d603f6898aad1b16685110d2b8ab3ad6 /trunk | |
parent | 2813c4bee29616f50f45efe86fe82de763593235 (diff) | |
download | simplepkg-e9605e5b5644d4e98a4a87f16b4447c7219b1a0e.tar.gz simplepkg-e9605e5b5644d4e98a4a87f16b4447c7219b1a0e.tar.bz2 |
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@259 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/src/templatepkg | 1 |
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 |