From 38ce25ac8824974e8827be9b12c6b9e47c223d5e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 20:40:22 +0000 Subject: [PATCH] atk: remove sed -i --- extra/atk/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/atk/build b/extra/atk/build index 5ed96b1b..f16bc3e8 100755 --- a/extra/atk/build +++ b/extra/atk/build @@ -3,7 +3,8 @@ export DESTDIR="$1" # Don't build tests. -sed -i "/subdir('tests')/d" meson.build +sed "/subdir('tests')/d" meson.build > _ +mv -f _ meson.build meson \ --prefix=/usr \