commit: 0e0fb1f7d5ecf54b8f4acb0534ce7ae5d6b112ee
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 19:58:18 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 20:03:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0fb1f7
www-client/firefox: synchronize with mail-client/thunderbird
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-78.5.0.ebuild | 2 +-
www-client/firefox/firefox-83.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox/firefox-78.5.0.ebuild
b/www-client/firefox/firefox-78.5.0.ebuild
index 2b2409ec63a..b51fe327415 100644
--- a/www-client/firefox/firefox-78.5.0.ebuild
+++ b/www-client/firefox/firefox-78.5.0.ebuild
@@ -864,7 +864,7 @@ src_install() {
# xpcshell is getting called during install
pax-mark m \
"${BUILD_DIR}"/dist/bin/xpcshell \
- "${BUILD_DIR}"/dist/bin/firefox \
+ "${BUILD_DIR}"/dist/bin/${PN} \
"${BUILD_DIR}"/dist/bin/plugin-container
DESTDIR="${D}" ./mach install || die
diff --git a/www-client/firefox/firefox-83.0.ebuild
b/www-client/firefox/firefox-83.0.ebuild
index 85f7a0ee7d6..be517f5d014 100644
--- a/www-client/firefox/firefox-83.0.ebuild
+++ b/www-client/firefox/firefox-83.0.ebuild
@@ -862,7 +862,7 @@ src_install() {
# xpcshell is getting called during install
pax-mark m \
"${BUILD_DIR}"/dist/bin/xpcshell \
- "${BUILD_DIR}"/dist/bin/firefox \
+ "${BUILD_DIR}"/dist/bin/${PN} \
"${BUILD_DIR}"/dist/bin/plugin-container
DESTDIR="${D}" ./mach install || die