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

xz: let nls be detected

This commit is contained in:
Dylan Araps 2019-10-05 17:49:51 +03:00
parent 44f2eca475
commit 76dda86c4c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

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