commit: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 15:59:03 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 15:59:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1ef7ed6d
sys-apps/coreutils: fix sed not to produce invalid code
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
sys-apps/coreutils/coreutils-8.29.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild
b/sys-apps/coreutils/coreutils-8.29.ebuild
index 6c8a9c89a4..a7ce6492fd 100644
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ b/sys-apps/coreutils/coreutils-8.29.ebuild
@@ -73,7 +73,7 @@ src_prepare() {
# we need replacement libs from libcoreutils.a here in
order
# to finish the linking
sed -i \
- -e
"/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \
+ -e "/src_libstdbuf_so_LDADD/s:$:
lib/libcoreutils.a:" \
Makefile.in \
|| die
fi