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