Fix xbps_configure_pkg() reporting old version when upgrading packages.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090825040302-azurxpyalot07j81
This commit is contained in:
Juan RP
2009-08-25 06:03:02 +02:00
parent 14c9886cfc
commit 10531d7d45
4 changed files with 19 additions and 15 deletions

View File

@@ -238,7 +238,7 @@ main(int argc, char **argv)
if (strcasecmp(argv[1], "all") == 0)
rv = xbps_configure_all_pkgs();
else
rv = xbps_configure_pkg(argv[1], true);
rv = xbps_configure_pkg(argv[1], NULL, true);
} else if (strcasecmp(argv[0], "show-deps") == 0) {
/*