aboutsummaryrefslogtreecommitdiff
path: root/xorg/xclip/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xclip/build')
-rwxr-xr-xxorg/xclip/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xclip/build b/xorg/xclip/build
deleted file mode 100755
index e6b61563..00000000
--- a/xorg/xclip/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-autoreconf -i
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install