aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:09:15 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:09:15 +0300
commitdf05b514d272a78952640e01cadc8ca7fc83b71d (patch)
treea1c60bd490d706740aef5accfe8e21cef025f017 /xorg
parent078486ec798bfdffd3d9fdb9cfb6228c5d6147e4 (diff)
downloadrepository-df05b514d272a78952640e01cadc8ca7fc83b71d.tar.gz
libxcb: remove -i from sed on build
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/libxcb/build4
1 files changed, 3 insertions, 1 deletions
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