From 47e09eaee7dd582270e3f41865aef4f7db025ad4 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 14 Aug 2022 20:38:26 -0300 Subject: [PATCH] package/tesseract-ocr: fix typo on BR2_PACKAGE_TESSERACT_OCR_LANG_GER The typo was added in 2017 by commit 'd1103eeab3 tesseract-ocr: new package' Cc: Gilles Talis Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- package/tesseract-ocr/tesseract-ocr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tesseract-ocr/tesseract-ocr.mk b/package/tesseract-ocr/tesseract-ocr.mk index a7498931fb..5e9da0c648 100644 --- a/package/tesseract-ocr/tesseract-ocr.mk +++ b/package/tesseract-ocr/tesseract-ocr.mk @@ -39,7 +39,7 @@ ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_FRA),y) TESSERACT_OCR_DATA_FILES += fra.traineddata endif -ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_DEU),y) +ifeq ($(BR2_PACKAGE_TESSERACT_OCR_LANG_GER),y) TESSERACT_OCR_DATA_FILES += deu.traineddata endif