mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xbps-src: do not sync repodata with -N.
This commit is contained in:
parent
8e4af89010
commit
c74c204a6e
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ chroot_handler() {
|
|||
fetch|extract|build|configure|install|install-destdir|pkg|build-pkg|bootstrap-update|chroot)
|
||||
chroot_prepare || return $?
|
||||
chroot_init || return $?
|
||||
if [ -z "$XBPS_SKIP_REMOTEREPOS" ]; then
|
||||
chroot_sync_repos || return $?
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue