Ensure the miniroot copy of /usr/mdec/installboot is executable.

This commit is contained in:
scw 2002-06-05 09:43:21 +00:00
parent 39e26586a0
commit 9a6d0e4b4c

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.9 2002/05/29 04:11:02 lukem Exp $
# $NetBSD: list,v 1.10 2002/06/05 09:43:21 scw Exp $
# mvme68k's extras
PROG sbin/disklabel
@ -26,6 +26,9 @@ SYMLINK /tmp var/tmp
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
# ensure installboot is executable
CMD chmod a+x usr/mdec/installboot
# the zoneinfo
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo