aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 15:31:28 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-05 15:31:28 +0000
commitc385cf792ecefa9181b9febec027f101fee112e1 (patch)
treefdd99f9420d145b341c2c94fb8bf390dc63ba656 /trunk/src/templatepkg
parent26eb4c44d95a494cff0a8fbceabb157362288803 (diff)
downloadsimplepkg-c385cf792ecefa9181b9febec027f101fee112e1.tar.gz
simplepkg-c385cf792ecefa9181b9febec027f101fee112e1.tar.bz2
common.sh: permission, owner and group reading fix on directories
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@241 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index c1b3b04..b184720 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -221,7 +221,7 @@ function template_update {
exit 1
fi
- echo Checking package list for template `basename $TEMPLATE_BASE`
+ echo Checking package list for template `basename $TEMPLATE_BASE`...
for package in `ls -1 $ROOT/var/log/packages/`; do
pack=`package_name $package`