summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-06-16 13:34:20 +0000
committergjb <gjb@FreeBSD.org>2016-06-16 13:34:20 +0000
commitbe411a556e8b17aad2f64a249f5bcc1203537077 (patch)
treee8f91a74fdb12d7676fef530300c5ec7410844ec /share/zoneinfo
parent29ad2f5a15ec7df0d3a3038844ee9409fd56b0e5 (diff)
downloadFreeBSD-src-be411a556e8b17aad2f64a249f5bcc1203537077.zip
FreeBSD-src-be411a556e8b17aad2f64a249f5bcc1203537077.tar.gz
Reimplement r301944 using the correct install(1) invocation, which again
fixes packaging tzdata/zoneinfo. Thank you to hrs for the pointer on what I did incorrectly. Approved by: re (blanket, pkgbase) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/zoneinfo')
-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..2269b1f 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} ${TAG_ARGS} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
\{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
afterinstall:
OpenPOWER on IntegriCloud