binary_hdd: fix variable name typo

This commit is contained in:
Lyndon Brown 2020-04-06 19:18:48 +01:00 committed by Raphaël Hertzog
parent 9fb3d69046
commit 6fa4b5bae9
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ Restore_package_cache binary
Install_package
# Remove old binary
if [ -f ${LIVE_iMAGE_NAME}.img ]
if [ -f ${LIVE_IMAGE_NAME}.img ]
then
rm -f ${LIVE_iMAGE_NAME}.img
rm -f ${LIVE_IMAGE_NAME}.img
fi
case "${LB_BINARY_FILESYSTEM}" in