correct install location

Submitted by:	Ceri Davies (slightly modified)
This commit is contained in:
Sam Leffler 2006-03-21 15:49:03 +00:00
parent ab96eeabe8
commit aba5d3810d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156957

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