summaryrefslogtreecommitdiff
path: root/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/seamonkey/seamonkey-2.49.5-r1.ebuild')
-rw-r--r--www-client/seamonkey/seamonkey-2.49.5-r1.ebuild4
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