commit: be688d01214b00bee11b52c2ca98f3f54f704381
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 08:10:42 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 08:10:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=be688d01
sys-apps/coreutils: attempt to fixup build by not replacing more than intended
Package-Manager: portage-2.2.20-prefix
sys-apps/coreutils/coreutils-8.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/coreutils/coreutils-8.24.ebuild
b/sys-apps/coreutils/coreutils-8.24.ebuild
index f11f21d..24680c4 100644
--- a/sys-apps/coreutils/coreutils-8.24.ebuild
+++ b/sys-apps/coreutils/coreutils-8.24.ebuild
@@ -64,7 +64,7 @@ src_prepare() {
|| die
fi
sed -i \
- -e "s/libstdbuf.so/libstdbuf$(get_libname)/" \
+ -e "s/libstdbuf\\.so/libstdbuf$(get_libname)/" \
src/stdbuf.c \
Makefile.in \
configure \