hooks/99-pkglint.sh: make missing shlib entry not a warning

This commit is contained in:
Piotr Wójcik 2021-08-31 21:00:01 +02:00 committed by Piotr
parent 8dd7443ecb
commit 1b3ee76ea1

View file

@ -182,7 +182,7 @@ hook() {
if [ -z "$found" ]; then
_myshlib="${libname}.so"
[ "${_myshlib}" != "${rev}" ] && _myshlib+=".${rev}"
msg_warn "${pkgver}: ${_myshlib} not found in common/shlibs!\n"
msg_normal "${pkgver}: ${_myshlib} not found in common/shlibs.\n"
fi;
}
done