aboutsummaryrefslogtreecommitdiff
path: root/extra/gawk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-10 13:07:31 +0200
committerCem Keylan <cem@ckyln.com>2021-10-10 13:07:31 +0200
commit38d272a9ce00e086c0febb725deda432fce24e29 (patch)
tree04f392dd757045cfb06e67a18503b207b2d117f5 /extra/gawk/build
parent1bf8137c480ae461a62c8cb4149b74447f924d32 (diff)
downloadrepository-38d272a9ce00e086c0febb725deda432fce24e29.tar.gz
gawk: move to community
Diffstat (limited to 'extra/gawk/build')
-rwxr-xr-xextra/gawk/build10
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