This commit is contained in:
YellowJacketLinux 2024-10-05 03:15:10 -07:00
parent f56b364f65
commit a4ae971317

View File

@ -22,7 +22,7 @@ fi
echo "running libcap make test"
make test > ${GLSOURCES}/libcap.check 2>&1
make prefix=/usr install
make prefix=/usr lib=lib install
if [ $? -ne 0 ]; then
myfail "Failed installing libcap"
fi