Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/grep/
Date: Sat, 05 May 2018 16:02:56
Message-Id: 1525536166.edd5b9768179abf9b128ae733a16767e1e8fe56d.grobian@gentoo
1 commit: edd5b9768179abf9b128ae733a16767e1e8fe56d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 5 16:02:29 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 16:02:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd5b976
7
8 sys-apps/grep: fix fgrep/egrep scripts
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/grep/grep-3.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-apps/grep/grep-3.1.ebuild b/sys-apps/grep/grep-3.1.ebuild
16 index 6424c8ba947..74350ee63c1 100644
17 --- a/sys-apps/grep/grep-3.1.ebuild
18 +++ b/sys-apps/grep/grep-3.1.ebuild
19 @@ -29,6 +29,7 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
20 src_prepare() {
21 sed -i \
22 -e "s:@SHELL@:${EPREFIX}/bin/sh:g" \
23 + -e "s:@grep@:${EPREFIX}/bin/grep:" \
24 src/egrep.sh || die #523898
25 }