diff --git a/scripts/image b/scripts/image index 2aef736e24..b2ef6524af 100755 --- a/scripts/image +++ b/scripts/image @@ -274,7 +274,7 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ] echo "$TARGET_VERSION" > $RELEASE_DIR/RELEASE if [ -n "$MEDIACENTER" ]; then - echo "Kodi commit: $(scripts/git_version $MEDIACENTER)" >> $RELEASE_DIR/RELEASE + echo "Kodi commit: $(get_pkg_version $MEDIACENTER)" >> $RELEASE_DIR/RELEASE fi mkdir -p $RELEASE_DIR/licenses