xbps-repo: implement new target 'pkg-list' to list pkgs from target repo.

This commit is contained in:
Juan RP
2011-12-03 10:37:31 +01:00
parent cb2e941b48
commit 43d85c76b3
9 changed files with 75 additions and 23 deletions

View File

@@ -198,6 +198,7 @@ main(int argc, char **argv)
goto out;
}
lpc.check_state = true;
lpc.state = 0;
if (argv[1]) {
if (strcmp(argv[1], "installed") == 0)