diff options
-rwxr-xr-x | extra/bison/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/bison/build b/extra/bison/build index 65b3cad9..f0407ff4 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -4,7 +4,8 @@ export LDFLAGS="$LDFLAGS -static" export M4=gm4 ./configure \ - --prefix=/usr + --prefix=/usr \ + --disable-nls make make DESTDIR="$1" install |