New dependency/install/unpack WIP code.
This implementation will be faster and resolv the dependency chain correctly taking into account indirect/direct deps and priority. --HG-- extra : convert_revision : cc4ec186f06f944fa8825b176344c4d612658f85
This commit is contained in:
parent
3f72a92c98
commit
61f0b09698
12 changed files with 712 additions and 512 deletions
|
@ -154,7 +154,7 @@ main(int argc, char **argv)
|
|||
if (dbdict == NULL)
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
pkgdict = xbps_find_pkg_in_dict(dbdict, argv[1]);
|
||||
pkgdict = xbps_find_pkg_in_dict(dbdict, "packages", argv[1]);
|
||||
if (pkgdict == NULL)
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue