Use the boot/bootxx files from ${DESTDIR}/usr/mdec, not /usr/mdec.
(Avoid using "new" bootcode as part of a release, for uniformity.)
This commit is contained in:
parent
733dae35bc
commit
581952e735
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.8 1997/12/05 22:09:09 pk Exp $
|
||||
# $NetBSD: list,v 1.9 1998/01/01 17:48:50 tv Exp $
|
||||
|
||||
# Sparc extra's
|
||||
LINK instbin sbin/disklabel
|
||||
|
@ -55,4 +55,4 @@ SYMLINK /tmp/hosts etc/hosts
|
|||
COPY ${ARCHDIR}/dot.profile .profile
|
||||
COPY ${ARCHDIR}/../install.md install.md
|
||||
COPY ${DESTDIR}/usr/mdec/boot boot
|
||||
SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
|
||||
SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR}
|
||||
|
|
Loading…
Reference in New Issue