aboutsummaryrefslogtreecommitdiff
path: root/xorg/xinput/build
diff options
context:
space:
mode:
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