From 5e491edd2a16c38bea7c7d12b5939e1a8d5cbae3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 May 2010 17:29:03 +0200 Subject: [PATCH] Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages. --- helpers/chroot_sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;