From 2eecd1b814f7caa7e29ae744fec6cc59e1c77018 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Dec 2014 07:41:29 +0100 Subject: Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS). --- scripts/build/chroot_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/chroot_firmware') 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} -- cgit v1.2.3