summaryrefslogtreecommitdiff
path: root/helpers/chroot_sources
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/chroot_sources')
-rwxr-xr-xhelpers/chroot_sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/chroot_sources b/helpers/chroot_sources
index d30ac7336..3e823506b 100755
--- a/helpers/chroot_sources
+++ b/helpers/chroot_sources
@@ -191,7 +191,7 @@ case "${1}" in
# If we bootstrapped a minimal chroot, we need
# to install apt-utils before we have have
# completed all the indices.
- case "${LH_BOOTSTRAP_FLAVOUR}" in
+ case "${LH_PACKAGES_LISTS}" in
stripped|minimal)
Chroot chroot "apt-get update"
;;