repo/core/xz/build

9 lines
98 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2020-04-19 05:36:48 +00:00
--prefix=/usr \
--disable-nls
make
make DESTDIR="$1" install