make: Disable nls.

This commit is contained in:
Dylan Araps 2019-07-12 10:28:33 +03:00
parent 5ffda2c512
commit 0f75d1de39
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
4.2.1 1
4.2.1 2