aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 19:02:29 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 19:02:29 +0000
commita160d37a479d829e61b2871d5cc7bfde89bddaae (patch)
treec860ab1e8ee78da00b23b2c994816dd9222b6335
parent9a27f87b63c5ed0c5f0cca0a1d316daa04710cfc (diff)
downloadsimplepkg-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
-rwxr-xr-xtrunk/src/templatepkg2
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