From: ngie Date: Sat, 17 Oct 2015 09:26:16 +0000 (+0000) Subject: Install share/zoneinfo in a deterministic way by sorting the results from find X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0a77d5c6e12f3fcaf03e8f81d67113b78418dd47;p=people%2Fjulieng%2Ffreebsd.git 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 Reviewed by: emaste MFC after: 1 week Obtained from: ElectroBSD --- diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index ebb26c7c7ad1..b3d968dc4b4e 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} \