xbps-install: only sync XBPS_PKGINDEX from remote repos.
This commit is contained in:
parent
05984a31b1
commit
d3f5223c1b
@ -210,7 +210,7 @@ main(int argc, char **argv)
|
||||
|
||||
/* Sync remote repository index files by default */
|
||||
if (!skip_sync || !drun) {
|
||||
rv = xbps_rpool_sync(&xh, NULL);
|
||||
rv = xbps_rpool_sync(&xh, XBPS_PKGINDEX, NULL);
|
||||
if (rv != 0)
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user