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

xz: Disable nls

This commit is contained in:
Dylan Araps 2019-07-13 18:26:04 +03:00
parent 94b9e47dce
commit d08c6777ca

View File

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