summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-01-10 09:08:59 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-01-10 09:11:33 +0200
commit2e82cb0ecee74cc35cd149eba51932d255a39e81 (patch)
tree83ea1116608e57deca6df348cd74832ed02b2726 /www-client
parentwww-client/firefox-bin: fix wrapper path (121.0.1) on prefix systems (diff)
downloadgentoo-2e82cb0ecee74cc35cd149eba51932d255a39e81.tar.gz
gentoo-2e82cb0ecee74cc35cd149eba51932d255a39e81.tar.bz2
gentoo-2e82cb0ecee74cc35cd149eba51932d255a39e81.zip
www-client/firefox-bin: sync wrapper path fix on prefix to esr
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox-bin/firefox-bin-115.6.0-r1.ebuild (renamed from www-client/firefox-bin/firefox-bin-115.6.0.ebuild)4
1 files 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
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}" \