aboutsummaryrefslogtreecommitdiff
path: root/xorg/xset/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
commit8abcf060061b20e6a20549fced3962de580bf07f (patch)
treea5a32ab1bca6618a10919bb915a2d00c7ab3b0f8 /xorg/xset/build
parentf833e3253a08439b8bb1c34f215db54683f4740f (diff)
downloadrepository-8abcf060061b20e6a20549fced3962de580bf07f.tar.gz
xset: drop from repository
Diffstat (limited to 'xorg/xset/build')
-rwxr-xr-xxorg/xset/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xset/build b/xorg/xset/build
deleted file mode 100755
index 80ce93e8..00000000
--- a/xorg/xset/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
-
-make
-make DESTDIR="$1" install