aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXcursor/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
commit756715619d6d0cfc6268a309aed5f87ec0e5d550 (patch)
tree38ac2a956bd1fd17f378c1e604f2481c337dac45 /xorg/libXcursor/build
parentaa9d9fbaa77c306e65f06bd1b102b1656326e373 (diff)
downloadrepository-756715619d6d0cfc6268a309aed5f87ec0e5d550.tar.gz
libXcursor: move to extra
Diffstat (limited to 'xorg/libXcursor/build')
-rwxr-xr-xxorg/libXcursor/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/libXcursor/build b/xorg/libXcursor/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/libXcursor/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install