mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
xbps-src: unbreak binary-bootstrap arch.
This commit is contained in:
parent
7f5977f1bc
commit
92fd6e7fec
1 changed files with 4 additions and 2 deletions
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…
Add table
Reference in a new issue