xbps-src: really sync remote repo's index for xbps>=0.9.0 in chroot.
This commit is contained in:
parent
c5152ae3df
commit
5d2006f290
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ prepare_binpkg_repos()
|
||||||
done
|
done
|
||||||
# XBPS utils >= 0.9.0.
|
# XBPS utils >= 0.9.0.
|
||||||
msg_normal "Synchronizing index for remote repositories...\n"
|
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
|
else
|
||||||
for repo in ${XBPS_REPO_LIST}; do
|
for repo in ${XBPS_REPO_LIST}; do
|
||||||
${chroot_cmd} ${XBPS_MASTERDIR} ${XBPS_REPO_CMD} \
|
${chroot_cmd} ${XBPS_MASTERDIR} ${XBPS_REPO_CMD} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue