diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 01:11:02 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 01:11:02 +0000 |
commit | 8efcc5d9df361e0d5bfc503722665315bd7eb7c2 (patch) | |
tree | 850da879bd064e3da8ece45f3e75668157f3eed7 /trunk/src/templatepkg | |
parent | 79ba1a692e94d0661895214106e1cfe58565f432 (diff) | |
download | simplepkg-8efcc5d9df361e0d5bfc503722665315bd7eb7c2.tar.gz simplepkg-8efcc5d9df361e0d5bfc503722665315bd7eb7c2.tar.bz2 |
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@277 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/templatepkg')
-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 7a62563..f6a2639 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -249,7 +249,7 @@ function template_create { return 1 fi - if [ -f "$orig_template/$ROOT.perms" ] then + if [ -f "$orig_template/$ROOT.perms" ]; then cat $orig_template/$ROOT.perms > $TEMPLATE_BASE.perms fi |