Made copy of sys/i386/floppy relative instead of abosolute path

This commit is contained in:
Rodney W. Grimes 1993-09-08 21:19:03 +00:00
parent 65119574e4
commit 84a2ca6351

View File

@ -285,8 +285,8 @@ cpio-floppy:
dos-floppy:
mount -t pcfs /dev/${FLOPPY}a ${MOUNT}
(cd ${DESTDIR}/; \
cp /sys/i386/floppy/* ${MOUNT}; \
(cd ${.CURDIR}/../; \
cp sys/i386/floppy/* ${MOUNT}; \
cp ${DOS_FILES} ${MOUNT})
df -ik ${MOUNT}
umount /dev/${FLOPPY}a