Files
MyLFS/phase4/xz.sh

17 lines
201 B
Bash

# Xz Phase 4
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/xz-5.2.5
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install