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

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 ?