diff options
Diffstat (limited to 'community/gawk/build')
-rwxr-xr-x | community/gawk/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gawk/build b/community/gawk/build index ba2adac0..1e747317 100755 --- a/community/gawk/build +++ b/community/gawk/build @@ -4,7 +4,8 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --disable-nls make make DESTDIR="$1" install |