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

9 lines
98 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2019-07-13 09:26:04 -06:00
--prefix=/usr \
--disable-nls
make
make DESTDIR="$1" install