mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-22 01:13:07 +00:00
14 lines
180 B
Bash
14 lines
180 B
Bash
# Libcap Phase 4
|
|
sed -i '/install -m.*STA/d' libcap/Makefile
|
|
make prefix=/usr lib=lib
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make test
|
|
set -e
|
|
fi
|
|
|
|
make prefix=/usr lib=lib install
|
|
|