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:
Edward Tomasz Napierala 2017-06-16 14:19:23 +00:00
parent 9aa2805d01
commit 05f3dec72e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320003

View file

@ -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} \