Allow parallel installworld (-j N) and poudriere installworld
(poudriere jail -c and poudriere jail -u) to proceed. Reviewed by: trasz@ Tested by: trasz@, cy@ MFC after: 1 month X-MFC-with: r320362
This commit is contained in:
parent
9c4f551e98
commit
ad6481dddc
@ -94,7 +94,7 @@ install-zoneinfo:
|
||||
.for f in ${TZS}
|
||||
${INSTALL} ${TAG_ARGS} \
|
||||
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${TZBUILDDIR:C,^${.OBJDIR}/,,}/${f} ${DESTDIR}/usr/share/zoneinfo/${f}
|
||||
${TZBUILDDIR}/${f} ${DESTDIR}/usr/share/zoneinfo/${f}
|
||||
.endfor
|
||||
${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
|
||||
|
Loading…
Reference in New Issue
Block a user