summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-26 00:11:07 +0000
committerngie <ngie@FreeBSD.org>2015-10-26 00:11:07 +0000
commitf3970aa6983f652b8d5021865f292bc6339c070e (patch)
tree34f5dc1d3a5916c10baf07b47aea6542569d8b90
parent2d4f06f66b0b26f0a24a795bcfc182bfba3f0ec6 (diff)
downloadFreeBSD-src-f3970aa6983f652b8d5021865f292bc6339c070e.zip
FreeBSD-src-f3970aa6983f652b8d5021865f292bc6339c070e.tar.gz
MFC r289451:
Install share/zoneinfo in a deterministic way by sorting the results from find This helps produce deterministic METALOG output PR: 200674 Submitted by: Fabian Keil <fk@fabiankeil.de> Reviewed by: emaste Obtained from: ElectroBSD
-rw-r--r--share/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index bcf1570..7f022c8 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -79,7 +79,7 @@ zoneinfo: yearistype ${TDATA}
beforeinstall:
cd ${TZBUILDDIR} && \
- find * -type f -print -exec ${INSTALL} \
+ find -s * -type f -print -exec ${INSTALL} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
\{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
OpenPOWER on IntegriCloud