aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 17:30:24 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 17:30:24 +0000
commit878bf833818bef5d0e05f2cf4cb69d471b13b6ef (patch)
treed6dcddcf7e23953d182777d667744c1beb49d054 /trunk/lib
parentbfbe48631bc5684680accd8c9f4d3e77d2437b6a (diff)
downloadsimplepkg-878bf833818bef5d0e05f2cf4cb69d471b13b6ef.tar.gz
simplepkg-878bf833818bef5d0e05f2cf4cb69d471b13b6ef.tar.bz2
common.sh: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@249 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index d568854..d7e1b95 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -464,9 +464,9 @@ function copy_template_files {
if [ -d "$TEMPLATE_BASE.d" ]; then
if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then
svn update
- rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/
+ rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $1/
else
- rsync -av $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/
+ rsync -av $TEMPLATE_BASE.d/ $1/
fi
fi
fi