From 569ad933ffad2c78dd830688b5ed25b8ab992881 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 21 May 2010 17:29:03 +0200
Subject: 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 d30ac73..3e82350 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"
 						;;
-- 
cgit v1.0