From e21b930ffa5d99b7ed1079730f3dc9c859a2fbb2 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 10 Aug 2019 21:35:26 +0200 Subject: dev-util/boost-build: Make sed more robust Closes: https://bugs.gentoo.org/689278 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- dev-util/boost-build/boost-build-1.70.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/boost-build') diff --git a/dev-util/boost-build/boost-build-1.70.0.ebuild b/dev-util/boost-build/boost-build-1.70.0.ebuild index 954e06df9453..fd6a1f8d2269 100644 --- a/dev-util/boost-build/boost-build-1.70.0.ebuild +++ b/dev-util/boost-build/boost-build-1.70.0.ebuild @@ -65,7 +65,7 @@ src_prepare() { cd "${S}/engine" || die sed -i \ -e 's|-s\b||' \ - -e "/libpython/s/lib ]/$(get_libdir) ]/" \ + -e "/libpython/s;lib ];$(get_libdir) ];" \ build.jam || die "sed failed" # Force regeneration -- cgit v1.2.3-65-gdbad