From df05b514d272a78952640e01cadc8ca7fc83b71d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:09:15 +0300 Subject: libxcb: remove -i from sed on build --- xorg/libxcb/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xorg') diff --git a/xorg/libxcb/build b/xorg/libxcb/build index 285ad906..cbf38ed8 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,6 +1,8 @@ #!/bin/sh -e -sed -i 's/pthread-stubs //' configure +sed 's/pthread-stubs //' configure > configure.bak +mv configure.bak configure +chmod +x configure ./configure \ --prefix=/usr -- cgit v1.2.3