Correcting wrong apt-utils workaround in chroot_sources when using minimal and local packages.
This commit is contained in:
parent
bbce078bb7
commit
5e491edd2a
|
@ -191,7 +191,7 @@ case "${1}" in
|
||||||
# If we bootstrapped a minimal chroot, we need
|
# If we bootstrapped a minimal chroot, we need
|
||||||
# to install apt-utils before we have have
|
# to install apt-utils before we have have
|
||||||
# completed all the indices.
|
# completed all the indices.
|
||||||
case "${LH_BOOTSTRAP_FLAVOUR}" in
|
case "${LH_PACKAGES_LISTS}" in
|
||||||
stripped|minimal)
|
stripped|minimal)
|
||||||
Chroot chroot "apt-get update"
|
Chroot chroot "apt-get update"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue