summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-06-16 11:55:24 +0000
committergjb <gjb@FreeBSD.org>2016-06-16 11:55:24 +0000
commite10d828abf0abaefe6360a148b9d4667da2c2db0 (patch)
treef233dcb816e4139a4d3328540657fee9f03593ba /share
parent25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2 (diff)
downloadFreeBSD-src-e10d828abf0abaefe6360a148b9d4667da2c2db0.zip
FreeBSD-src-e10d828abf0abaefe6360a148b9d4667da2c2db0.tar.gz
Revert r301944, which apparently broke zoneinfo install during
installworld (although I am not sure why). I'll revisit this change after I further understand the cause of the breakage. Thanks to our secret canary (dhw) for the report. Approved by: re (blanket, pkgbase) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index b2658a1..356d0ad 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} -T ${TAGS} \
+ find -s * -type f -print -exec ${INSTALL} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
\{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
- ${INSTALL} -T ${TAGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
afterinstall:
OpenPOWER on IntegriCloud