Make sure to "mkdir -p" the destination directories under /usr/mdec.
This commit is contained in:
parent
1c961078b9
commit
eff4d773fd
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.bootxx,v 1.1 2003/05/23 21:56:34 leo Exp $
|
# $NetBSD: Makefile.bootxx,v 1.2 2003/06/28 14:14:48 he Exp $
|
||||||
|
|
||||||
NOMAN= # defined
|
NOMAN= # defined
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ beforeinstall:
|
||||||
bs=1 count=6656 2>/dev/null
|
bs=1 count=6656 2>/dev/null
|
||||||
@mv -f ${PROG} ${PROG}XX
|
@mv -f ${PROG} ${PROG}XX
|
||||||
@mv -f ${PROG}X ${PROG};
|
@mv -f ${PROG}X ${PROG};
|
||||||
|
mkdir -p ${DESTDIR}${BINDIR}
|
||||||
|
|
||||||
afterinstall:
|
afterinstall:
|
||||||
@mv -f ${PROG}XX ${PROG}
|
@mv -f ${PROG}XX ${PROG}
|
||||||
|
|
Loading…
Reference in New Issue