diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-10 13:07:31 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-10 13:07:31 +0200 |
commit | 38d272a9ce00e086c0febb725deda432fce24e29 (patch) | |
tree | 04f392dd757045cfb06e67a18503b207b2d117f5 /extra/gawk/build | |
parent | 1bf8137c480ae461a62c8cb4149b74447f924d32 (diff) | |
download | repository-38d272a9ce00e086c0febb725deda432fce24e29.tar.gz |
gawk: move to community
Diffstat (limited to 'extra/gawk/build')
-rwxr-xr-x | extra/gawk/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/gawk/build b/extra/gawk/build deleted file mode 100755 index ba2adac0..00000000 --- a/extra/gawk/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -export LDFLAGS="$LDFLAGS -static" - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc - -make -make DESTDIR="$1" install |