summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kot <janymalino@gmail.com>2021-01-12 23:02:03 +0100
committerLuca Boccassi <bluca@debian.org>2021-01-13 12:39:07 +0000
commit954d9c7c312317e46d5a7adc1d8e9fa5180a9426 (patch)
treeeb4e355345ce602d6a969c4b94038ad79df3111a
parent576b4a70ae296681563a986db25f2e60ca2cbcb3 (diff)
downloadvyos-live-build-954d9c7c312317e46d5a7adc1d8e9fa5180a9426.tar.gz
vyos-live-build-954d9c7c312317e46d5a7adc1d8e9fa5180a9426.zip
bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap
As we're checking if debootstrap is present on the host machine, we should look for it in /usr/sbin and not ./bin
-rwxr-xr-xscripts/build/bootstrap_debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 49f0f881b..e0278844c 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -32,7 +32,7 @@ Check_crossarchitectures
Echo_message "Begin bootstrapping system..."
-Check_package host bin/debootstrap debootstrap
+Check_package host /usr/sbin/debootstrap debootstrap
# Checking stage file
Check_stagefile "bootstrap"