1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-03 16:44:38 +00:00
Files
MyLFS-big_bash_script/phase4/diffutils.sh

15 lines
127 B
Bash

# Diffutils Phase 4
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install