2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

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 #!/bin/sh -e
./configure \ ./configure \
--prefix=/usr --prefix=/usr \
--disable-nls
make make
make DESTDIR="$1" install make DESTDIR="$1" install

View File

@ -1 +1 @@
4.2.1 1 4.2.1 2