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
This commit is contained in:
Lyndon Brown 2020-05-05 00:52:13 +01:00
parent 7cf7f74bc0
commit d68290058e
1 changed files with 1 additions and 1 deletions

View File

@ -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"