From f7412cdf8dedf838a3dc7c7c172813a48abf5ce9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 15 Dec 2019 18:53:04 +0100 Subject: [PATCH] xbps-src: don't set -i to xbps-install(1). As reported by @pullmoll via https://github.com/void-linux/xbps/issues/190 the culprit is this assignment, rather than in the xbps code. Tested with local and remote repos, no regressions found. --- common/xbps-src/shutils/build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/build_dependencies.sh b/common/xbps-src/shutils/build_dependencies.sh index 95403c97bf1..1c25da38dc6 100644 --- a/common/xbps-src/shutils/build_dependencies.sh +++ b/common/xbps-src/shutils/build_dependencies.sh @@ -71,7 +71,7 @@ install_pkg_from_repos() { cmd=$XBPS_INSTALL_CMD [[ $cross ]] && cmd=$XBPS_INSTALL_XCMD - $cmd ${XBPS_SKIP_REMOTEREPOS:+-i} -AIy "$@" >$tmplogf 2>&1 + $cmd -AIy "$@" >$tmplogf 2>&1 rval=$? case "$rval" in