aboutsummaryrefslogtreecommitdiff
path: root/xorg/xclip/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:37:47 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:37:47 +0100
commit7294fac99eecbf5ba9fabd6f65bde04de51255f3 (patch)
tree9c5650b4afa64ea0c0d7edf7f260955b8209ac41 /xorg/xclip/build
parent0b1d76a70c50ca7ae6310416962aabc70a5400c2 (diff)
downloadrepository-7294fac99eecbf5ba9fabd6f65bde04de51255f3.tar.gz
xclip: drop from repository
Diffstat (limited to 'xorg/xclip/build')
-rwxr-xr-xxorg/xclip/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xclip/build b/xorg/xclip/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/xclip/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install