Revert "sys-libs/timezone-data: fix install on prefix systems #645634"

This reverts commit f9aff1e839.

This is a regression for the fix 3d8012b536 by grobian.

Bug: https://bugs.gentoo.org/645634
Suggested-By: Cyril de Vaucleroy
This commit is contained in:
Benda Xu
2018-01-30 09:48:27 +09:00
parent f9c3cb32e2
commit fd2466e642

View File

@@ -87,7 +87,7 @@ src_install() {
local zic=""
tc-is-cross-compiler && zic="zic=${S}-native/zic"
_emake install ${zic} DESTDIR="${D}" LIBDIR="/nukeit"
rm -rf "${ED}/nukeit" "${ED}/etc" || die
rm -rf "${D}/nukeit" "${ED}/etc" || die
# Delete man pages installed by man-pages package.
rm "${ED}"/usr/share/man/man5/tzfile.5* "${ED}"/usr/share/man/man8/{tzselect,zdump,zic}.8 || die
dodoc CONTRIBUTING README NEWS *.html