aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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