summaryrefslogtreecommitdiff
path: root/scripts/build/lb_bootstrap_cdebootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_bootstrap_cdebootstrap')
-rwxr-xr-xscripts/build/lb_bootstrap_cdebootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index d7724d7c4..4a46818fa 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -80,7 +80,7 @@ fi
if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ]
then
- case "${LB_PACKAGES_LISTS}" in
+ case "${LB_PACKAGE_LISTS}" in
stripped|minimal)
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
;;
@@ -155,7 +155,7 @@ then
fi
# Remove cdebootstrap-helper-diverts (needed at least for minimal flavours)
- case "${LB_PACKAGES_LISTS}" in
+ case "${LB_PACKAGE_LISTS}" in
stripped|minimal)
Chroot chroot "dpkg -P cdebootstrap-helper-diverts"
;;