mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bsd.doc.mk: Similar to r289391, make installing to a missing directory an error.
This avoids the problems fixed in r290772. Sponsored by: EMC / Isilon Storage Division MFC after: 2 weeks
This commit is contained in:
parent
26de3a17b7
commit
08682b1bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -136,11 +136,11 @@ realinstall:
|
|||
.if ${PRINTERDEVICE:Mhtml}
|
||||
cd ${SRCDIR}; \
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
|
||||
${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}/
|
||||
.endif
|
||||
.for _dev in ${PRINTERDEVICE:Nhtml}
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${DFILE.${_dev}} ${DESTDIR}${BINDIR}/${VOLUME}
|
||||
${DFILE.${_dev}} ${DESTDIR}${BINDIR}/${VOLUME}/
|
||||
.endfor
|
||||
|
||||
spell: ${SRCS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue