1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00
Files

15 lines
175 B
Bash

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