From d68290058e523bed56a8235e6408816ae3c8607e Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 5 May 2020 00:52:13 +0100 Subject: [PATCH] debootstrap: fix wrong param for Check_package call debootstrap must obviously exist in the host. we thus must pass 'host' not 'chroot' such that a warning about needing to install it on your host system is output, rather than it being added to a list of packages to be installed, which never occurs in this script. Gbp-Dch: Ignore --- scripts/build/bootstrap_debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 5373fcc53..49f0f881b 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -32,7 +32,7 @@ Check_crossarchitectures Echo_message "Begin bootstrapping system..." -Check_package chroot bin/debootstrap debootstrap +Check_package host bin/debootstrap debootstrap # Checking stage file Check_stagefile "bootstrap"