xbps-src: add default local repo for the binary-bootstrap target.

This commit is contained in:
Juan RP 2014-04-22 16:49:33 +02:00
parent 82399ef0fe
commit 74305d33ff
1 changed files with 3 additions and 1 deletions

View File

@ -234,7 +234,9 @@ install_bbotstrap() {
_subarch="-${XBPS_TARGET_PKG#*-}"
fi
fi
${_bootstrap_arch} xbps-install -S ${XBPS_INSTALL_ARGS} -c ${XBPS_HOSTDIR}/repocache -r $XBPS_MASTERDIR -y base-chroot${_subarch}
${_bootstrap_arch} xbps-install -S ${XBPS_INSTALL_ARGS} \
-c ${XBPS_HOSTDIR}/repocache -r $XBPS_MASTERDIR \
--repository=$XBPS_REPOSITORY -y base-chroot${_subarch}
if [ $? -ne 0 ]; then
msg_error "Failed to install bootstrap packages!\n"
fi