Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages.

This commit is contained in:
Daniel Baumann 2010-05-21 17:29:03 +02:00
parent bbce078bb7
commit 5e491edd2a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
;;