xbps-src: add default local repo for the binary-bootstrap target.
This commit is contained in:
parent
82399ef0fe
commit
74305d33ff
1 changed files with 3 additions and 1 deletions
4
xbps-src
4
xbps-src
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue