commit:     2ab1880b7a6443d66079a3a7d936bffe0ad7243d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:52:50 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:52:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab1880b

www-client/seamonkey: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 www-client/seamonkey/seamonkey-2.49.5-r1.ebuild   | 4 ++--
 www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild 
b/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild
index a12284003e9..643eef5a761 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

diff --git a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild 
b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
index f6f9ab9ef83..6101043330b 100644
--- a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
+++ b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild
@@ -279,7 +279,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
 }
 
@@ -323,7 +323,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
        cp "${FILESDIR}"/${PN}.desktop "${T}" || die
 

Reply via email to