diff options
author | 2020-02-08 17:52:50 +0100 | |
---|---|---|
committer | 2020-02-08 17:52:50 +0100 | |
commit | 2ab1880b7a6443d66079a3a7d936bffe0ad7243d (patch) | |
tree | 3b8a60685cf6d9ffebdc8667c8b21800cf0e2b4c /www-client/seamonkey/seamonkey-2.49.5-r1.ebuild | |
parent | www-client/firefox: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-2ab1880b7a6443d66079a3a7d936bffe0ad7243d.tar.gz gentoo-2ab1880b7a6443d66079a3a7d936bffe0ad7243d.tar.bz2 gentoo-2ab1880b7a6443d66079a3a7d936bffe0ad7243d.zip |
www-client/seamonkey: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-client/seamonkey/seamonkey-2.49.5-r1.ebuild')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.49.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild b/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild index a12284003e96..643eef5a7612 100644 --- a/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild @@ -251,7 +251,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... - SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake V=1 -f client.mk configure } @@ -295,7 +295,7 @@ src_install() { done fi - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake DESTDIR="${D}" install MOZ_P="${P/_*}" mozlinguas_src_install cp "${FILESDIR}"/${PN}.desktop "${T}" || die |