diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-21 17:17:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:35 +0100 |
commit | da2c2b0bcc775451d10d7dab9b0cbe2f604c6d25 (patch) | |
tree | f3b6e56fdb490a02b75d287d5954fa3b375b95ed /scripts/build/lb_chroot_sources | |
parent | ad7824af8dec8d7f3591fdf269b8402671357184 (diff) | |
download | vyos-live-build-da2c2b0bcc775451d10d7dab9b0cbe2f604c6d25.tar.gz vyos-live-build-da2c2b0bcc775451d10d7dab9b0cbe2f604c6d25.zip |
Renaming --binary-indices to --apt-indices for consistency.
Diffstat (limited to 'scripts/build/lb_chroot_sources')
-rwxr-xr-x | scripts/build/lb_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index b720aa948..e073d3ac5 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -650,7 +650,7 @@ EOF mkdir -p chroot/var/cache/apt/archives/partial # Cleaning apt package lists - if [ "${LB_BINARY_INDICES}" = "false" ] + if [ "${LB_APT_INDICES}" = "false" ] then rm -rf chroot/var/lib/apt/lists mkdir -p chroot/var/lib/apt/lists/partial |