libxbps: when updating ignore pkgs in config-files state.
This commit is contained in:
@@ -73,7 +73,7 @@ repository_find_pkg(const char *pattern, const char *reason)
|
||||
/* update */
|
||||
pkg_repod = xbps_find_pkg_dict_installed(pattern, false);
|
||||
if (pkg_repod == NULL) {
|
||||
rv = ENODEV;
|
||||
rv = errno;
|
||||
goto out;
|
||||
}
|
||||
prop_object_release(pkg_repod);
|
||||
|
Reference in New Issue
Block a user