2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-06 01:05:53 -06:00
repo/core/xz/build

10 lines
118 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2020-04-18 23:36:48 -06:00
--prefix=/usr \
2021-07-06 05:30:58 -06:00
--disable-doc \
2020-04-18 23:36:48 -06:00
--disable-nls
make
make DESTDIR="$1" install