summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-17 09:26:16 +0000
committerngie <ngie@FreeBSD.org>2015-10-17 09:26:16 +0000
commit0a77d5c6e12f3fcaf03e8f81d67113b78418dd47 (patch)
treead1516b1e04c3392f5a3d31efecc90583d6fd3c8 /share/zoneinfo
parent8274c9ca5f94449626c9a69121df86e5d6ffeb1e (diff)
downloadFreeBSD-src-0a77d5c6e12f3fcaf03e8f81d67113b78418dd47.zip
FreeBSD-src-0a77d5c6e12f3fcaf03e8f81d67113b78418dd47.tar.gz
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 MFC after: 1 week Obtained from: ElectroBSD
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index ebb26c7..b3d968d 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