From 500f2050739e8cb902d710d1ae6b3f5de4d00dcd Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 6 Apr 2020 18:46:47 +0100 Subject: config: s/LIVE_IMAGE_TYPE/LB_IMAGE_TYPE/ 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_includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_includes') diff --git a/scripts/build/binary_includes b/scripts/build/binary_includes index b9482a552..e5a3f4f92 100755 --- a/scripts/build/binary_includes +++ b/scripts/build/binary_includes @@ -40,7 +40,7 @@ then cd "${OLDPWD}" # Removing symlinks - if [ "${LIVE_IMAGE_TYPE}" = "hdd" ]; then + if [ "${LB_IMAGE_TYPE}" = "hdd" ]; then find binary -type l | xargs rm -f fi fi -- cgit v1.2.3