From 98829a5f49427f79f08c4d33effbf4fbd6cce970 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 9 Feb 2007 21:16:29 +0000 Subject: templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@174 04377dda-e619-0410-9926-eae83683ac58 --- src/templatepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/templatepkg b/src/templatepkg index 1634d85..d2a23aa 100755 --- a/src/templatepkg +++ b/src/templatepkg @@ -143,7 +143,7 @@ function template_add { mkdir -p $TEMPLATE_BASE.d/`dirname $file`/ destination="`echo $TEMPLATE_BASE.d/$file | sed -e 's/\/$//'`" - cp -a echo $jail/$file $destination + cp -a $jail/$file $destination if [ "$TEMPLATES_UNDER_SVN" == "1" ]; then ( cd $TEMPLATE_BASE.d && svn add $file ) echo $BASENAME: please run jail-commit to add $file into the svn repository -- cgit v1.2.3