summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-21 17:29:03 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:09 +0100
commit569ad933ffad2c78dd830688b5ed25b8ab992881 (patch)
treec6012c4561003a1ed94175c1bffa10e9f37285f7
parent36bddd25da6519e9d6effa254106e54de87bd711 (diff)
downloadlive-build-569ad933ffad2c78dd830688b5ed25b8ab992881.zip
live-build-569ad933ffad2c78dd830688b5ed25b8ab992881.tar.gz
Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages.
-rwxr-xr-xhelpers/chroot_sources2
1 files changed, 1 insertions, 1 deletions
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"
;;