summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:52:50 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:52:50 +0100
commit2ab1880b7a6443d66079a3a7d936bffe0ad7243d (patch)
tree3b8a60685cf6d9ffebdc8667c8b21800cf0e2b4c /www-client/seamonkey
parentwww-client/firefox: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-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')
-rw-r--r--www-client/seamonkey/seamonkey-2.49.5-r1.ebuild4
-rw-r--r--www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild4
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 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
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 f6f9ab9ef831..6101043330bb 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