Fix installation of packages with all reqdeps satisfied.
--HG-- extra : convert_revision : a9c39ff8170e62dfb169d94753eb43ad3f6817aa
This commit is contained in:
parent
50690d7390
commit
f4f050a2af
|
@ -344,7 +344,8 @@ set_pkg_state(prop_dictionary_t pkgd, const char *pkgname)
|
|||
if (rv == 0) {
|
||||
if ((rv = xbps_set_pkg_state_dictionary(pkgd, state)) != 0)
|
||||
return rv;
|
||||
}
|
||||
} else if (rv == ENOENT)
|
||||
rv = 0;
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue