xbps-src: (chroot_sync_repodata) skip unnecessary stuff with -N.

This commit is contained in:
Juan RP 2020-04-13 01:14:31 +02:00
parent fdfd13fac1
commit 8b3ce3fc02
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -285,6 +285,8 @@ chroot_sync_repodata() {
fi
fi
[ "$XBPS_SKIP_REMOTEREPOS" ] && return 0
# Copy xbps repository keys to the masterdir.
mkdir -p $XBPS_MASTERDIR/var/db/xbps/keys
cp -f $XBPS_COMMONDIR/repo-keys/*.plist $XBPS_MASTERDIR/var/db/xbps/keys