From e03852df1e01694f7cd091d75494809eb1c2bfcb Mon Sep 17 00:00:00 2001 From: William Date: Sat, 30 Apr 2016 13:58:24 +0200 Subject: 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 Signed-off-by: Patrice Clement --- www-client/firefox/firefox-46.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'www-client/firefox') 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 } -- cgit v1.2.3-65-gdbad