aboutsummaryrefslogtreecommitdiff
path: root/xorg/xcb-util/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
commit335015592971f2ebaec9f5e776f4aafa21c7b7d2 (patch)
tree4f4c0d1087dc591174fdeb473370c1020be96e3a /xorg/xcb-util/build
parent92d7ac74f28d31d73906ac3321d084798203ec86 (diff)
downloadrepository-335015592971f2ebaec9f5e776f4aafa21c7b7d2.tar.gz
xcb-util: move to extra
Diffstat (limited to 'xorg/xcb-util/build')
-rwxr-xr-xxorg/xcb-util/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/xcb-util/build b/xorg/xcb-util/build
deleted file mode 100755
index 7ca84fcf..00000000
--- a/xorg/xcb-util/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-static
-
-make
-make DESTDIR="$1" install