summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-06-16 03:00:10 +0000
committergjb <gjb@FreeBSD.org>2016-06-16 03:00:10 +0000
commitfae20a41ad2f9723b273782fc09aa85a41cf4928 (patch)
treea5a8922eac9095eb6f25bbaab08bff50cf7beb3d
parentc0c29c55857806e207942e4f3a79f59f337d2748 (diff)
downloadFreeBSD-src-fae20a41ad2f9723b273782fc09aa85a41cf4928.zip
FreeBSD-src-fae20a41ad2f9723b273782fc09aa85a41cf4928.tar.gz
Fix zoneinfo file packaging.
This change fixes 468 of 488 zoneinfo file packaging issues, the rest still to be investigated. Approved by: re (blanket, pkgbase) Sponsored by: The FreeBSD Foundation
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 356d0ad..b2658a1 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -82,10 +82,10 @@ zoneinfo: yearistype ${TDATA}
beforeinstall: install-zoneinfo
install-zoneinfo:
cd ${TZBUILDDIR} && \
- find -s * -type f -print -exec ${INSTALL} \
+ find -s * -type f -print -exec ${INSTALL} -T ${TAGS} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
\{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${INSTALL} -T ${TAGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
afterinstall:
OpenPOWER on IntegriCloud