diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-07 19:02:29 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-07 19:02:29 +0000 |
commit | a160d37a479d829e61b2871d5cc7bfde89bddaae (patch) | |
tree | c860ab1e8ee78da00b23b2c994816dd9222b6335 /trunk/src | |
parent | 9a27f87b63c5ed0c5f0cca0a1d316daa04710cfc (diff) | |
download | simplepkg-a160d37a479d829e61b2871d5cc7bfde89bddaae.tar.gz simplepkg-a160d37a479d829e61b2871d5cc7bfde89bddaae.tar.bz2 |
templatepkg: small fix on package_template
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@312 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/templatepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 64ca870..bd6a5e4 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -842,7 +842,7 @@ function package_template { rm -rf $TMP/templatepkg mkdir -p $TMP/templatepkg - rsync --exclude=.svn $TEMPLATE_BASE.d/ $TMP/templatepkg/ + rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $TMP/templatepkg/ mkdir $TMP/templatepkg/install create_doinst $TMP/templatepkg/install |