diff --git a/bin/xbps-bin/check.c b/bin/xbps-bin/check.c index 512dd06f..3e926745 100644 --- a/bin/xbps-bin/check.c +++ b/bin/xbps-bin/check.c @@ -258,6 +258,7 @@ xbps_check_pkg_integrity(const char *pkgname) printf("%s: dependency not satisfied: %s\n", pkgname, reqpkg); } + rv = 0; } prop_object_iterator_release(iter); if (rv == ENOENT) {