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