Files
MyLFS/phase4/libpipeline.sh

15 lines
129 B
Bash

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