xbps-src: really sync remote repo's index for xbps>=0.9.0 in chroot.
This commit is contained in:
parent
c5152ae3df
commit
5d2006f290
|
@ -196,7 +196,8 @@ prepare_binpkg_repos()
|
|||
done
|
||||
# XBPS utils >= 0.9.0.
|
||||
msg_normal "Synchronizing index for remote repositories...\n"
|
||||
${chroot_cmd} ${XBPS_MASTERDIR} ${XBPS_REPO_CMD} sync
|
||||
${chroot_cmd} ${XBPS_MASTERDIR} ${XBPS_REPO_CMD} \
|
||||
-C /usr/local/etc/xbps-conf.plist sync
|
||||
else
|
||||
for repo in ${XBPS_REPO_LIST}; do
|
||||
${chroot_cmd} ${XBPS_MASTERDIR} ${XBPS_REPO_CMD} \
|
||||
|
|
Loading…
Reference in New Issue