sys-cluster/parsec: fix parameters to sed

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-06-14 21:27:51 +03:00
parent 032e53b305
commit 7d5efc7b83

View File

@@ -99,7 +99,7 @@ pkg_setup() {
src_prepare() {
# cannot use ${D} in src_prepare, just skip this directory, it doesn't get installed
sed '/profiling/d' tools/CMakeLists.txt || die
sed -i -e '/profiling/d' tools/CMakeLists.txt || die
# 810970 remove unwanted flags from parsec.pc
sed -i -e "s/ @EXTRA_CFLAGS@//" -e "s/ @EXTRA_LDFLAGS@//" parsec/include/parsec.pc.in || die