1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-23 04:49:06 +00:00
Files
MyLFS-big_bash_script/phase4/procps.sh
2023-02-18 23:22:36 -05:00

18 lines
293 B
Bash

# Procps-ng Phase 4
./configure --prefix=/usr \
--docdir=/usr/share/doc/procps-ng-4.0.0 \
--disable-static \
--disable-kill
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install