commit:     7d5efc7b83a5b965a38a94d360dc1ce268bde50d
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 18:27:51 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Jun 14 18:27:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d5efc7b

sys-cluster/parsec: fix parameters to sed

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 sys-cluster/parsec/parsec-3.0.2012-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/parsec/parsec-3.0.2012-r2.ebuild 
b/sys-cluster/parsec/parsec-3.0.2012-r2.ebuild
index c6cb03d99..e1d5404bc 100644
--- a/sys-cluster/parsec/parsec-3.0.2012-r2.ebuild
+++ b/sys-cluster/parsec/parsec-3.0.2012-r2.ebuild
@@ -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

Reply via email to