From df3611068e19765e1145cbb6980457d3ed6eaa7a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 29 Jan 2020 19:22:10 +0200 Subject: [PATCH] libxcb: Remove sed -i --- xorg/libxcb/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/libxcb/build b/xorg/libxcb/build index 285ad906..f5e6f94f 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,6 +1,7 @@ #!/bin/sh -e -sed -i 's/pthread-stubs //' configure +sed 's/pthread-stubs //' configure > _ +mv -f _ configure ./configure \ --prefix=/usr