pck-update: remove warning for ld-linux* .so not found

This commit is contained in:
Silvan Calarco 2022-11-03 11:36:19 +01:00
parent 0f2b6b2cd6
commit f92eb6fea8

View File

@ -2373,7 +2373,7 @@ $(echo $solibpath | sed "s|-[0-9.]*\.so|.so|")"
echo "\
#$req: $solibpath_catch: file not owned by any package"
else
if [ "${req:0:9}" != "ld-linux-" -a "${req:0:13}" != "libpthread.so" ]; then
if [ "${req:0:8}" != "ld-linux" -a "${req:0:13}" != "libpthread.so" ]; then
echo "#$req: .so link not found"
fi
fi