diff options
-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 |