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:
parent
7cf7f74bc0
commit
d68290058e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue