aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:11:02 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:11:02 +0000
commit8efcc5d9df361e0d5bfc503722665315bd7eb7c2 (patch)
tree850da879bd064e3da8ece45f3e75668157f3eed7 /trunk/src
parent79ba1a692e94d0661895214106e1cfe58565f432 (diff)
downloadsimplepkg-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')
-rwxr-xr-xtrunk/src/templatepkg2
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