aboutsummaryrefslogtreecommitdiff
path: root/xorg/xcb-util-cursor/build
diff options
context:
space:
mode:
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