*** empty log message ***

This commit is contained in:
Ben Gras 2006-03-16 12:49:53 +00:00
parent 0c8dbc55c9
commit 6d14bd5ad3

View file

@ -36,7 +36,7 @@ then pack=${cddrive}p2
read y
if [ "$y" = y -o "$y" = Y ]
then echo "Installing $srcarc into $SRC."
( cd /usr/bigports && smallbunzip2 "$srcarc" | tar xf - )
smallbunzip2 "$srcarc" | (cd $SRC && tar xf - )
fi
fi
fi