Fix xbps_configure_pkg() reporting old version when upgrading packages.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20090825040302-azurxpyalot07j81
This commit is contained in:
@@ -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) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user