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