From 92fd6e7fecea982f9a234e488ec7177318ec1f3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 May 2015 09:03:03 +0200 Subject: [PATCH] xbps-src: unbreak binary-bootstrap arch. --- xbps-src | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 20f8814d34..c76d079a52 100755 --- a/xbps-src +++ b/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