]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/libxcb/build
Adapt for asd linux
[asd-repo.git] / xorg / libxcb / build
diff --git a/xorg/libxcb/build b/xorg/libxcb/build
new file mode 100755 (executable)
index 0000000..285ad90
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+sed -i 's/pthread-stubs //' configure
+
+./configure \
+    --prefix=/usr
+
+make
+make DESTDIR="$1" install