diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 3a3efdbde1f75e8e33ab101e18b93709eecbb378 (patch) | |
tree | 316fb249da535a068162b634c0b3f86411813568 /xorg/libXt/build | |
parent | 90ff1580f9601691f4bd4d89ecf56ae4195e97cd (diff) | |
download | repository-3a3efdbde1f75e8e33ab101e18b93709eecbb378.tar.gz |
libXt: move to extra
Diffstat (limited to 'xorg/libXt/build')
-rwxr-xr-x | xorg/libXt/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXt/build b/xorg/libXt/build deleted file mode 100755 index 105ed0c2..00000000 --- a/xorg/libXt/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-malloc0returnsnull - -make -make DESTDIR="$1" install |