Packages: fixed dependency checks on multi-arch Debian/Ubuntu.
This commit is contained in:
@@ -131,7 +131,7 @@ check-build-depends-%:
|
|||||||
esac ; \
|
esac ; \
|
||||||
not_installed= ; \
|
not_installed= ; \
|
||||||
for pkg in $${pkgs}; do \
|
for pkg in $${pkgs}; do \
|
||||||
dpkg -s $${pkg} >/dev/null 2>&1 ; \
|
dpkg-query -W $${pkg} >/dev/null 2>&1 ; \
|
||||||
if [ $$? -ne 0 ]; then \
|
if [ $$? -ne 0 ]; then \
|
||||||
not_installed="$${not_installed} $${pkg}" ; \
|
not_installed="$${not_installed} $${pkg}" ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user