mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/elinks: prevent installation of *.alias files, bug 635090
Closes: https://bugs.gentoo.org/635090 Closes: https://github.com/gentoo/gentoo/pull/6019
This commit is contained in:
committed by
Andreas K. Hüttel
parent
bdd5c9e7d6
commit
f2b5a73faa
@@ -147,6 +147,10 @@ src_install() {
|
||||
docinto contrib/lua ; dodoc contrib/lua/{*.lua,elinks-remote}
|
||||
docinto contrib/conv ; dodoc contrib/conv/*.*
|
||||
docinto contrib/guile ; dodoc contrib/guile/*.scm
|
||||
|
||||
# elinks uses an internal copy of gettext which ships files that may
|
||||
# colliding with the system's gettext (https://bugs.gentoo.org/635090)
|
||||
rm -f "${ED}"/usr/{share/locale/locale,lib/charset}.alias || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
@@ -141,6 +141,10 @@ src_install() {
|
||||
docinto contrib/lua ; dodoc contrib/lua/{*.lua,elinks-remote}
|
||||
docinto contrib/conv ; dodoc contrib/conv/*.*
|
||||
docinto contrib/guile ; dodoc contrib/guile/*.scm
|
||||
|
||||
# elinks uses an internal copy of gettext which ships files that may
|
||||
# colliding with the system's gettext (https://bugs.gentoo.org/635090)
|
||||
rm -f "${ED}"/usr/{share/locale/locale,lib/charset}.alias || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user