From 2e108ebfdf189e294d98cc8224230679cfea89d7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Feb 2019 12:40:59 +0100 Subject: [PATCH] xbps-src: unbreak bootstrap-update by reverting to previous method --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 2b8e99e1ef6..c6c55de63b5 100755 --- a/xbps-src +++ b/xbps-src @@ -679,7 +679,7 @@ case "$XBPS_TARGET" in install_bbootstrap bootstrap ;; bootstrap-update) - chroot_handler bootstrap-update + bootstrap_update ;; chroot) chroot_handler chroot dummy