aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/jail-commit2
-rwxr-xr-xtrunk/src/templatepkg2
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index ce34d92..c2d66b5 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -48,7 +48,7 @@ function template_merge {
echo "" > $TEMPLATE_BASE.perms
cd $TEMPLATE_BASE.d
- for file in `find | grep -v -e "/.svn$" | grep -v -e "/.svn/"`; do
+ for file in `find | grep -v -e "/.svn$" | grep -v -e "/.svn/" | grep -v -e "^\.$"`; do
if [[ -e "$file" && -e "$1/$file" ]]; then
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`