mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/firefox-bin: sync wrapper path fix on prefix to esr
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -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}" \
|
||||
Reference in New Issue
Block a user