summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_firmware
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 07:41:29 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 07:41:29 +0100
commit2eecd1b814f7caa7e29ae744fec6cc59e1c77018 (patch)
treee39a296f6b55ca0cd504b01159ddd5a0c88df60f /scripts/build/chroot_firmware
parent1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (diff)
downloadvyos-live-build-2eecd1b814f7caa7e29ae744fec6cc59e1c77018.tar.gz
vyos-live-build-2eecd1b814f7caa7e29ae744fec6cc59e1c77018.zip
Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).
Diffstat (limited to 'scripts/build/chroot_firmware')
-rwxr-xr-xscripts/build/chroot_firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_firmware b/scripts/build/chroot_firmware
index 8ff289c12..7c9091124 100755
--- a/scripts/build/chroot_firmware
+++ b/scripts/build/chroot_firmware
@@ -78,7 +78,7 @@ if [ "${LB_DERIVATIVE}" = "true" ]
then
# FIXME: account for the fact that PARENT_DISTRIBUTION and DISTRIBUTION might be the same (to not have overlapping cache files for contents).
- _CONTENTS="$(for _ARCHIVE_AREA in ${LIVE_IMAGE_ARCHIVE_AREAS}; do echo ${LB_MIRROR_CHROOT}/dists/${LB_DISTRIBUTION}/${_ARCHIVE_AREA}/Contents-${LB_ARCHITECTURES}.gz; done)"
+ _CONTENTS="$(for _ARCHIVE_AREA in ${LB_ARCHIVE_AREAS}; do echo ${LB_MIRROR_CHROOT}/dists/${LB_DISTRIBUTION}/${_ARCHIVE_AREA}/Contents-${LB_ARCHITECTURES}.gz; done)"
rm -f cache/contents.chroot/contents.${LB_DISTRIBUTION}.${LB_ARCHITECTURES}