*** empty log message ***

This commit is contained in:
Ben Gras 2006-03-22 19:39:26 +00:00
parent 986bd522b5
commit 12e3d40eb4
2 changed files with 5 additions and 1 deletions

View file

@ -52,7 +52,7 @@ else sh -e build
fi
echo " * Building package"
( if [ -f $PI ]; then echo $PI; fi; find / -cnewer $packagestart | egrep -v "^($srcdir|/(dev|tmp)|/usr/(tmp|log|adm|run|src)|/etc/utmp|/var/run)" ) | pax -w -d | bzip2 >$tarbz
( if [ -f $PI ]; then echo $PI; fi; find / -cnewer $packagestart | egrep -v "^($srcdir|/(dev|tmp)|/usr/(tmp|log|adm|run)|/etc/utmp|/var/run)" ) | pax -w -d | bzip2 >$tarbz
rm -f $packagestart $findlist $tarcmd
binsizes normal
mv $tarbz $pdir

View file

@ -105,6 +105,10 @@ do # Check to see if it exists. Don't overwrite unless -o given
then echo Package $i installed
else echo Package $i failed to install, see Log
fi
if [ -f .postinstall ]
then echo Running postinstall script.
sh -e .postinstall
fi
binsizes normal
# Clean up