Browse Source

Use mkhybrid, mkisofs is no longer installed.

OPENBSD_3_2
drahn 22 years ago
parent
commit
355b7c09eb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.macppc/Makefile.inc

+ 2
- 2
src/etc/etc.macppc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.5 2002/06/09 06:15:14 todd Exp $
# $OpenBSD: Makefile.inc,v 1.6 2002/06/27 15:02:12 drahn Exp $
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
.ifdef DESTDIR
@ -22,7 +22,7 @@ distrib1:
gzip -9 ${DESTDIR}/snapshot/boot/bsd.rd
mv ${DESTDIR}/snapshot/boot/bsd.rd.gz ${DESTDIR}/snapshot/boot/bsd
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/boot
mkisofs -r ${DESTDIR}/snapshot/boot > ${DESTDIR}/snapshot/boot.fs
mkhybrid -r ${DESTDIR}/snapshot/boot > ${DESTDIR}/snapshot/boot.fs
rm -rf ${DESTDIR}/snapshot/boot
gzip -9 ${DESTDIR}/snapshot/bsd.rd
mv ${DESTDIR}/snapshot/bsd.rd.gz ${DESTDIR}/snapshot/bsd.rd


Loading…
Cancel
Save