diff --git a/common/hooks/post-install/99-pkglint.sh b/common/hooks/post-install/99-pkglint.sh index 4784e7c726e..d3f3b294852 100644 --- a/common/hooks/post-install/99-pkglint.sh +++ b/common/hooks/post-install/99-pkglint.sh @@ -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