commit: 2e82cb0ecee74cc35cd149eba51932d255a39e81
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 07:08:59 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 07:11:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e82cb0e
www-client/firefox-bin: sync wrapper path fix on prefix to esr
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../{firefox-bin-115.6.0.ebuild => firefox-bin-115.6.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/firefox-bin/firefox-bin-115.6.0.ebuild
b/www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild
similarity index 99%
rename from www-client/firefox-bin/firefox-bin-115.6.0.ebuild
rename to www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild
index 7665aeef156d..95d67fb921b1 100644
--- a/www-client/firefox-bin/firefox-bin-115.6.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -295,7 +295,7 @@ src_install() {
# Update wrapper
sed -i \
-e "s:@PREFIX@:${EPREFIX}/usr:" \
- -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \
+ -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \
-e "s:@APULSELIB_DIR@:${apulselib}:" \
-e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \
"${ED}/usr/bin/${PN}" \