hooks/post-install: pkglint: just warn if shlib is not found in common/shlibs.
This commit is contained in:
parent
18c4887164
commit
4859885e58
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ hook() {
|
||||||
fi
|
fi
|
||||||
done;
|
done;
|
||||||
if [ -z "$found" ]; then
|
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;
|
fi;
|
||||||
}
|
}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue