summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_archives
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_chroot_archives')
-rwxr-xr-xscripts/build/lb_chroot_archives4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives
index 3281a0cf3..1d0bee92c 100755
--- a/scripts/build/lb_chroot_archives
+++ b/scripts/build/lb_chroot_archives
@@ -340,9 +340,9 @@ EOF
if Find_files chroot/root/packages/*.deb
then
# If we bootstrapped a minimal chroot, we need
- # to install apt-utils before we have have
+ # to install apt-utils before we have
# completed all the indices.
- if [ "${LB_BOOTSTRAP_FLAVOUR}" != "standard" ]
+ if [ ! -e chroot/usr/bin/apt-ftparchive ]
then
Apt chroot update
fi