mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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 <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
6895855848
commit
e21b930ffa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user