commit: f4d3ade41499098fd33422bf436d75b2f75912a7
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 18:54:06 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 18:54:06 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f4d3ade4
www-client/firefox: use default /usr/lib{64}/mozilla directory
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
www-client/firefox/firefox-68.0_beta10.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/www-client/firefox/firefox-68.0_beta10.ebuild
b/www-client/firefox/firefox-68.0_beta10.ebuild
index 99108fa..7a0d52a 100644
--- a/www-client/firefox/firefox-68.0_beta10.ebuild
+++ b/www-client/firefox/firefox-68.0_beta10.ebuild
@@ -276,12 +276,6 @@ src_prepare() {
|| die "sed failed to drop --as-needed for ia64"
fi
- # Ensure that our plugins dir is enabled as default
- sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
- "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed
failed to replace plugin path for 32bit!"
- sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \
- "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed
failed to replace plugin path for 64bit!"
-
# Fix sandbox violations during make clean, bug 372817
sed -e "s:\(/no-such-file\):${T}\1:g" \
-i "${S}"/config/rules.mk \