From ec11972451811363d1956d37e94f35f3768a4155 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 May 2015 20:33:30 +0200 Subject: [PATCH] share/zoneinfo: Install in a deterministic way to get a reproducible METALOG Obtained from: ElectroBSD --- share/zoneinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 95c61e5..407f118 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} \ -- 2.4.2