xbps-src: really sync remote repo's index for xbps>=0.9.0 in chroot.

This commit is contained in:
Juan RP 2011-06-25 17:24:09 +02:00
parent c5152ae3df
commit 5d2006f290

View file

@ -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} \