aboutsummaryrefslogtreecommitdiff
path: root/xorg/xcb-util-cursor/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
commit5b8acff505dc2ef704424f96f44ce74b1f576956 (patch)
tree9ed9e8b1dfd3bcdf89c5f3f8eae3784a4f3aa498 /xorg/xcb-util-cursor/build
parent335015592971f2ebaec9f5e776f4aafa21c7b7d2 (diff)
downloadrepository-5b8acff505dc2ef704424f96f44ce74b1f576956.tar.gz
xcb-util-cursor: move to extra
Diffstat (limited to 'xorg/xcb-util-cursor/build')
-rwxr-xr-xxorg/xcb-util-cursor/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/xcb-util-cursor/build b/xorg/xcb-util-cursor/build
deleted file mode 100755
index 7ca84fcf..00000000
--- a/xorg/xcb-util-cursor/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-static
-
-make
-make DESTDIR="$1" install