xbps-src: do not sync repodata with -N.

This commit is contained in:
Juan RP 2015-03-09 09:50:09 +01:00
parent 8e4af89010
commit c74c204a6e

View file

@ -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 $?
chroot_sync_repos || return $?
if [ -z "$XBPS_SKIP_REMOTEREPOS" ]; then
chroot_sync_repos || return $?
fi
;;
esac