hooks/99-pkglint.sh: make missing shlib entry not a warning
This commit is contained in:
parent
8dd7443ecb
commit
1b3ee76ea1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue