From e30c184ef184f1c8f705bf6c3dfe0961dcd3fe39 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 20:42:55 +0000 Subject: [PATCH] mesa: remove sed -i --- extra/mesa/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/mesa/build b/extra/mesa/build index 39691459..bff17d0e 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -30,7 +30,8 @@ export CFLAGS="$CFLAGS -DGLX_X86_READONLY_TEXT" # Fix issues with musl and firefox. # https://bugs.freedesktop.org/show_bug.cgi?id=35268 # https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2 -sed -i "/pre_args += '-DUSE_ELF_TLS'/d" meson.build +sed "/pre_args += '-DUSE_ELF_TLS'/d" meson.build > _ +mv -f _ meson.build meson \ --prefix=/usr \