projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f9b9b
)
www-client/firefox: specify SHELL on initial emake command in src_configure
author
William
<William@undefined.re>
Sat, 30 Apr 2016 11:58:24 +0000
(13:58 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Wed, 4 May 2016 07:17:50 +0000
(07:17 +0000)
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>
www-client/firefox/firefox-46.0.ebuild
patch
|
blob
|
history
diff --git
a/www-client/firefox/firefox-46.0.ebuild
b/www-client/firefox/firefox-46.0.ebuild
index 80407c0de119b537a8e68e73b9929e76b1a22478..52854ab11a2f819f0a69120c0c3b7da26a237897 100644
(file)
--- 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
}