diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:41:59 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:41:59 +0100 |
commit | fbe67346c5df12ef1b7b6482e0f718803ee44c41 (patch) | |
tree | ed14e6e848e803ea35099a4dcc024836864d35d5 /xorg/libXaw/build | |
parent | a5ae77f45fc983e01e0953bffc702a80aecc94aa (diff) | |
download | repository-fbe67346c5df12ef1b7b6482e0f718803ee44c41.tar.gz |
libXaw: drop from repository
Diffstat (limited to 'xorg/libXaw/build')
-rwxr-xr-x | xorg/libXaw/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXaw/build b/xorg/libXaw/build deleted file mode 100755 index 60c90749..00000000 --- a/xorg/libXaw/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --without-xmlto - -make -make DESTDIR="$1" install |