From 8efcc5d9df361e0d5bfc503722665315bd7eb7c2 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Apr 2007 01:11:02 +0000 Subject: templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@277 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src') 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 -- cgit v1.2.3