mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-23 04:49:06 +00:00
18 lines
293 B
Bash
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
|
|
|