hooks/99-pkglint.sh: make missing shlib entry not a warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user