commit: d16fa262706cafc11d5bfd0aaae8f3151a9dc22b Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Jan 10 07:07:45 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=d16fa262
www-client/firefox-bin: fix wrapper path (121.0.1) on prefix systems Closes: https://bugs.gentoo.org/921664 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../{firefox-bin-121.0.1.ebuild => firefox-bin-121.0.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox-bin/firefox-bin-121.0.1.ebuild b/www-client/firefox-bin/firefox-bin-121.0.1-r1.ebuild similarity index 99% rename from www-client/firefox-bin/firefox-bin-121.0.1.ebuild rename to www-client/firefox-bin/firefox-bin-121.0.1-r1.ebuild index 14797dc2230a..bc6ddcb91914 100644 --- a/www-client/firefox-bin/firefox-bin-121.0.1.ebuild +++ b/www-client/firefox-bin/firefox-bin-121.0.1-r1.ebuild @@ -283,7 +283,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}" \
