xbps-bin/check: do not warn if pkg's meta files plist is empty, it is valid.
This commit is contained in:
parent
83a84b5dcd
commit
56d704f733
@ -143,11 +143,6 @@ check_pkg_integrity(struct xbps_handle *xhp,
|
||||
"file.\n", pkgname, XBPS_PKGFILES);
|
||||
broken = true;
|
||||
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) \
|
||||
|
Loading…
Reference in New Issue
Block a user