repo/core/xz/build

11 lines
120 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2019-10-05 14:49:51 +00:00
--prefix=/usr
make
make DESTDIR="$1" install
2019-08-11 18:18:54 +00:00
# Remove docs.
rm -rf "$1/usr/share/doc"