Don't print all timezones during installworld.
Submitted by: Alex Richardson <alr48@cl.cam.ac.uk> Reviewed by: gjb MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D11154
This commit is contained in:
parent
9aa2805d01
commit
05f3dec72e
@ -88,7 +88,7 @@ install-zoneinfo:
|
||||
mkdir -p ${DESTDIR}/usr/share/zoneinfo
|
||||
cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS}
|
||||
cd ${TZBUILDDIR} && \
|
||||
find -s * -type f -print -exec ${INSTALL} ${TAG_ARGS} \
|
||||
find -s * -type f -exec ${INSTALL} ${TAG_ARGS} \
|
||||
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
\{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
|
||||
${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
|
Loading…
Reference in New Issue
Block a user