hooks/post-install: pkglint: just warn if shlib is not found in common/shlibs.

This commit is contained in:
Juan RP 2014-04-01 15:25:07 +02:00
parent 18c4887164
commit 4859885e58
1 changed files with 1 additions and 1 deletions

View File

@ -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