*** empty log message ***

This commit is contained in:
Ben Gras 2006-02-17 13:10:37 +00:00
parent c162654310
commit 151401bcb4
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
PI=.postinstall PI=.postinstall
TMP=/usr/tmp TMP=/usr/tmp
PATH=/bin:/usr/bin:/usr/local/bin
if [ "$#" -ne 1 ] if [ "$#" -ne 1 ]
then then

View File

@ -15,7 +15,7 @@ if [ -n "$cddrive" ]
then for package in `isodir "$cddrive" $CDDIR | grep -i '\.tbz'` then for package in `isodir "$cddrive" $CDDIR | grep -i '\.tbz'`
do echo -n "Install $package (y/N) ? " do echo -n "Install $package (y/N) ? "
read y read y
if [ "$y" = y ] if [ "$y" = y -o "$y" = Y ]
then echo "Extracting $CDDIR/$package .." then echo "Extracting $CDDIR/$package .."
isoread "$cddrive" $CDDIR/$package | packit - isoread "$cddrive" $CDDIR/$package | packit -
fi fi