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

10 lines
105 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2020-04-19 05:36:48 +00:00
--prefix=/usr \
2021-07-06 11:30:58 +00:00
--disable-doc \
2020-04-19 05:36:48 +00:00
--disable-nls
make
2021-07-15 11:59:08 +00:00
make install