commit: 975081f25e0ab171e04f62b0018af3e33a47235e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 11:09:27 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 11:09:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975081f2
dev-libs/expat: fix aclocal for systems with crippled /bin/sh
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-libs/expat/expat-2.2.4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-libs/expat/expat-2.2.4.ebuild
b/dev-libs/expat/expat-2.2.4.ebuild
index fc568dbd089..4f8e8b22fce 100644
--- a/dev-libs/expat/expat-2.2.4.ebuild
+++ b/dev-libs/expat/expat-2.2.4.ebuild
@@ -21,6 +21,8 @@ DOCS=( README.md )
src_prepare() {
eapply_user
+ # fix interpreter to be a recent/good shell
+ sed -i -e "1s:/bin/sh:${CONFIG_SHELL}:" conftools/get-version.sh || die
if use unicode; then
cp -R "${S}" "${S}"w || die
pushd "${S}"w >/dev/null