diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:30:59 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:30:59 +0100 |
commit | 0d6820a195d8b4cde26843e3c5abe53c277f17b8 (patch) | |
tree | 071f8cb22605106e8eb95e3a82a1ef45aefc0723 /xorg/libICE/build | |
parent | 7d4bcb0d9f05e0b36137b05b1992a7eed971c0a5 (diff) | |
download | repository-0d6820a195d8b4cde26843e3c5abe53c277f17b8.tar.gz |
libICE: move to extra
Diffstat (limited to 'xorg/libICE/build')
-rwxr-xr-x | xorg/libICE/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/libICE/build b/xorg/libICE/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libICE/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |