From 3f77c14b606cbb3d1f03fbb19905e41b9f3dce3a Mon Sep 17 00:00:00 2001 From: sky42 Date: Sun, 8 Sep 2019 20:27:05 +0200 Subject: [PATCH] Update scripts/image Co-Authored-By: MilhouseVH --- scripts/image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image b/scripts/image index 0fbdd55f70..7874846314 100755 --- a/scripts/image +++ b/scripts/image @@ -95,7 +95,7 @@ if [ -n "${CUSTOM_VERSION}" ]; then fi LIBREELEC_ARCH="${DEVICE:-${PROJECT}}.${TARGET_ARCH}" -if [ "${LIBREELEC_BUILD}" = "official" ]; then +if [ "${OFFICIAL}" = "yes" ]; then TARGET_VERSION="${LIBREELEC_ARCH}-${LIBREELEC_VERSION}" else TARGET_VERSION="${LIBREELEC_ARCH}-${LIBREELEC_BUILD}-${LIBREELEC_VERSION}"