commit: edd5b9768179abf9b128ae733a16767e1e8fe56d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat May 5 16:02:29 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat May 5 16:02:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd5b976
sys-apps/grep: fix fgrep/egrep scripts
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/grep/grep-3.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/grep/grep-3.1.ebuild b/sys-apps/grep/grep-3.1.ebuild
index 6424c8ba947..74350ee63c1 100644
--- a/sys-apps/grep/grep-3.1.ebuild
+++ b/sys-apps/grep/grep-3.1.ebuild
@@ -29,6 +29,7 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
src_prepare() {
sed -i \
-e "s:@SHELL@:${EPREFIX}/bin/sh:g" \
+ -e "s:@grep@:${EPREFIX}/bin/grep:" \
src/egrep.sh || die #523898
}