1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-22 01:13:07 +00:00
Files
MyLFS-big_bash_script/phase4/libcap.sh

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