diff options
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 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` |