mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-20 14:24:36 +00:00
17 lines
201 B
Bash
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
|
|
|