1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Be explicit about kzip location to avoid accidentally calling KDE kzip.

This commit is contained in:
Doug White 1999-10-11 05:13:52 +00:00
parent 8771870c76
commit 3eaa4cd425
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52118

View File

@ -221,7 +221,7 @@ cp /boot/loader .
if [ ! -f /usr/lib/aout/kzhead.o ] ; then
(cd ${SRC}/sys/i386/boot/kzipboot && make all install clean)
fi
kzip -v loader
/usr/bin/kzip -v loader
mv loader.kz /mnt/boot/loader
rm -f loader loader.o
# XXX is next line ok ?