diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:37:47 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:37:47 +0100 |
commit | 7294fac99eecbf5ba9fabd6f65bde04de51255f3 (patch) | |
tree | 9c5650b4afa64ea0c0d7edf7f260955b8209ac41 /xorg/xclip/build | |
parent | 0b1d76a70c50ca7ae6310416962aabc70a5400c2 (diff) | |
download | repository-7294fac99eecbf5ba9fabd6f65bde04de51255f3.tar.gz |
xclip: drop from repository
Diffstat (limited to 'xorg/xclip/build')
-rwxr-xr-x | xorg/xclip/build | 7 |
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 |