diff options
Diffstat (limited to 'scripts/build/lb_chroot_sources')
-rwxr-xr-x | scripts/build/lb_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index e073d3ac5..79e4232f5 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -238,7 +238,7 @@ EOF # If we bootstrapped a minimal chroot, we need # to install apt-utils before we have have # completed all the indices. - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) Chroot chroot "apt-get update" ;; |