2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

bison: Disable NLS. Potential fix for #206

This commit is contained in:
Dylan Araps 2020-07-28 00:28:03 +03:00
parent baf0829aaf
commit 928f90221c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,7 +1,8 @@
#!/bin/sh -e #!/bin/sh -e
./configure \ ./configure \
--prefix=/usr --prefix=/usr \
--disable-nls
make make
make DESTDIR="$1" install make DESTDIR="$1" install