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