Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/
Date: Sat, 07 Apr 2018 15:59:19
Message-Id: 1523116743.1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f.grobian@gentoo
1 commit: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 15:59:03 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 15:59:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1ef7ed6d
7
8 sys-apps/coreutils: fix sed not to produce invalid code
9
10 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
11
12 sys-apps/coreutils/coreutils-8.29.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild b/sys-apps/coreutils/coreutils-8.29.ebuild
16 index 6c8a9c89a4..a7ce6492fd 100644
17 --- a/sys-apps/coreutils/coreutils-8.29.ebuild
18 +++ b/sys-apps/coreutils/coreutils-8.29.ebuild
19 @@ -73,7 +73,7 @@ src_prepare() {
20 # we need replacement libs from libcoreutils.a here in order
21 # to finish the linking
22 sed -i \
23 - -e "/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \
24 + -e "/src_libstdbuf_so_LDADD/s:$: lib/libcoreutils.a:" \
25 Makefile.in \
26 || die
27 fi