From 4859885e58f1060bc8f6f54f8ce076a7c1823f62 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 1 Apr 2014 15:25:07 +0200 Subject: [PATCH] hooks/post-install: pkglint: just warn if shlib is not found in common/shlibs. --- common/hooks/post-install/99-pkglint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hooks/post-install/99-pkglint.sh b/common/hooks/post-install/99-pkglint.sh index 4784e7c726..d3f3b29485 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