diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:41:29 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:41:29 +0100 |
commit | 2eecd1b814f7caa7e29ae744fec6cc59e1c77018 (patch) | |
tree | e39a296f6b55ca0cd504b01159ddd5a0c88df60f /scripts/build/chroot_firmware | |
parent | 1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (diff) | |
download | vyos-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-x | scripts/build/chroot_firmware | 2 |
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} |