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