summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam <William@undefined.re>2016-04-30 13:58:24 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-05-04 07:17:50 +0000
commite03852df1e01694f7cd091d75494809eb1c2bfcb (patch)
tree39771cc11f9a57ee681cf41b386aaeae9fd57e94
parentmedia-sound/cantata: version bump 2.0.0 (diff)
downloadgentoo-e03852df1e01694f7cd091d75494809eb1c2bfcb.tar.gz
gentoo-e03852df1e01694f7cd091d75494809eb1c2bfcb.tar.bz2
gentoo-e03852df1e01694f7cd091d75494809eb1c2bfcb.zip
www-client/firefox: specify SHELL on initial emake command in src_configure
Gentoo-Bug: https://bugs.gentoo.org/577776 Closes: https://github.com/gentoo/gentoo/pull/1380 Acked-by: Ian Stakenvicius <axs@gentoo.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--www-client/firefox/firefox-46.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild
index 80407c0de119..52854ab11a2f 100644
--- a/www-client/firefox/firefox-46.0.ebuild
+++ b/www-client/firefox/firefox-46.0.ebuild
@@ -218,6 +218,7 @@ src_configure() {
fi
# workaround for funky/broken upstream configure...
+ SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake -f client.mk configure
}