MFC 1.2: correct install location

Approved by:	re (hrs)
This commit is contained in:
sam 2006-03-21 20:54:22 +00:00
parent ea98fe9873
commit 82b0b14c2f

View File

@ -37,7 +37,7 @@ if [ "$ans" = "y" ]; then
fi
# translate per Makefile:doTARBALL XXX are we sure to have tr+cut?
tn=`echo ${CONFIG} | tr 'A-Z' 'a-z' | cut -c1-8`
cat $tn.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
cat $tn.?? | tar --unlink -xpzf - -C $BOOT
else
echo "Installation of $CONFIG kernel distribution not done."
fi