xbps-src: unbreak binary-bootstrap arch.
This commit is contained in:
parent
7f5977f1bc
commit
92fd6e7fec
6
xbps-src
6
xbps-src
|
@ -257,8 +257,10 @@ check_build_requirements() {
|
||||||
|
|
||||||
install_bbootstrap() {
|
install_bbootstrap() {
|
||||||
[ -n "$CHROOT_READY" ] && return
|
[ -n "$CHROOT_READY" ] && return
|
||||||
if [ -n "$1" -o -n "$XBPS_SKIP_REMOTEREPOS" ]; then
|
if [ -n "$1" ]; then
|
||||||
unset XBPS_TARGET_PKG
|
unset XBPS_TARGET_PKG XBPS_INSTALL_ARGS
|
||||||
|
fi
|
||||||
|
if [ -n "$XBPS_SKIP_REMOTEREPOS" ]; then
|
||||||
unset XBPS_INSTALL_ARGS
|
unset XBPS_INSTALL_ARGS
|
||||||
fi
|
fi
|
||||||
# binary bootstrap
|
# binary bootstrap
|
||||||
|
|
Loading…
Reference in New Issue