aboutsummaryrefslogtreecommitdiff
path: root/xorg/xrandr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:45:19 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:45:19 +0100
commit9a92843088cef87ea9b843c4d1d6a982b98deab4 (patch)
treead4da70fc75193376c85c33f0a98ed8bda499467 /xorg/xrandr/build
parentf512d266d51c61c8cd8e4ca1947cc7ba454a1688 (diff)
downloadrepository-9a92843088cef87ea9b843c4d1d6a982b98deab4.tar.gz
xrandr: drop from repository
Diffstat (limited to 'xorg/xrandr/build')
-rwxr-xr-xxorg/xrandr/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xrandr/build b/xorg/xrandr/build
deleted file mode 100755
index 373bceed..00000000
--- a/xorg/xrandr/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var
-
-make
-make DESTDIR="$1" install