hooks/post-install: pkglint: just warn if shlib is not found in common/shlibs.
This commit is contained in:
parent
18c4887164
commit
4859885e58
|
@ -63,7 +63,7 @@ hook() {
|
|||
fi
|
||||
done;
|
||||
if [ -z "$found" ]; then
|
||||
msg_error "${pkgver}: ${libname}.so.${rev} not found in common/shlibs. Please add it.\n"
|
||||
msg_warn "${pkgver}: ${libname}.so.${rev} not found in common/shlibs!\n"
|
||||
fi;
|
||||
}
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue