Be explicit about kzip location to avoid accidentally calling KDE kzip.
This commit is contained in:
parent
8771870c76
commit
3eaa4cd425
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user