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
This commit is contained in:
parent
fa6ef1c45f
commit
5647bfaab0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user