xbps-bin/check: do not warn if pkg's meta files plist is empty, it is valid.

This commit is contained in:
Juan RP 2012-10-24 07:31:59 +02:00
parent 83a84b5dcd
commit 56d704f733

View File

@ -143,11 +143,6 @@ check_pkg_integrity(struct xbps_handle *xhp,
"file.\n", pkgname, XBPS_PKGFILES); "file.\n", pkgname, XBPS_PKGFILES);
broken = true; broken = true;
goto out; goto out;
} else if (prop_dictionary_count(filesd) == 0) {
xbps_error_printf("%s: incomplete %s metadata file.\n",
pkgname, XBPS_PKGFILES);
broken = true;
goto out;
} }
#define RUN_PKG_CHECK(x, name, arg, arg2) \ #define RUN_PKG_CHECK(x, name, arg, arg2) \