From 83d9145257220d39e487021e993344adafe71b8a Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 6 Apr 2020 18:43:41 +0100 Subject: config: s/LIVE_IMAGE_NAME/LB_IMAGE_NAME/ no backwards compatibility hack for reading the old var from existing saved config used because this was previously stored in the alternate format config/build file. Gbp-Dch: Short --- scripts/build/binary_hdd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/binary_hdd') diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index 5a5abc977..a7979965d 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -85,9 +85,9 @@ Restore_package_cache binary Install_package # Remove old binary -if [ -f ${LIVE_IMAGE_NAME}.img ] +if [ -f ${LB_IMAGE_NAME}.img ] then - rm -f ${LIVE_IMAGE_NAME}.img + rm -f ${LB_IMAGE_NAME}.img fi case "${LB_BINARY_FILESYSTEM}" in @@ -344,7 +344,7 @@ if $MAKEDEV; then mv chroot/dev.tmp chroot/dev fi -mv chroot/binary.img ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURE}.img +mv chroot/binary.img ${LB_IMAGE_NAME}-${LB_ARCHITECTURE}.img # Saving cache Save_package_cache binary -- cgit v1.2.3