mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
16 lines
183 B
Bash
16 lines
183 B
Bash
# Zstd Phase 4
|
|
patch -Np1 -i ../$(basename $PATCH_ZSTD)
|
|
|
|
make prefix=/usr
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make check
|
|
set -e
|
|
fi
|
|
|
|
make prefix=/usr install
|
|
rm /usr/lib/libzstd.a
|
|
|