diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2017-04-04 19:50:17 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-06 22:43:29 +0200 |
| commit | a51b54fba97ae794b36930dbb77ba618d000f9c2 (patch) | |
| tree | e87faab5c6d97a0cfc55e3538406a50c194ef468 /package/tesseract-ocr | |
| parent | 729f4701db83b2aa702369e8769a4e45fad0f725 (diff) | |
| download | buildroot-a51b54fba97ae794b36930dbb77ba618d000f9c2.tar.gz buildroot-a51b54fba97ae794b36930dbb77ba618d000f9c2.zip | |
tesseract-ocr: fix typo in variable name
TESSERACT_OCF_CONF_OPTS
^
Found using [1]:
check-package --include-only TypoInPackageVariable $(find * -type f)
and manually fixed.
[1] http://patchwork.ozlabs.org/patch/729672/
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tesseract-ocr')
| -rw-r--r-- | package/tesseract-ocr/tesseract-ocr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tesseract-ocr/tesseract-ocr.mk b/package/tesseract-ocr/tesseract-ocr.mk index 76ca930d8e..9e315b239a 100644 --- a/package/tesseract-ocr/tesseract-ocr.mk +++ b/package/tesseract-ocr/tesseract-ocr.mk @@ -20,7 +20,7 @@ TESSERACT_OCR_DEPENDENCIES = leptonica host-pkgconf TESSERACT_OCR_INSTALL_STAGING = YES TESSERACT_OCR_CONF_ENV = \ LIBLEPT_HEADERSDIR=$(STAGING_DIR)/usr/include/leptonica -TESSERACT_OCF_CONF_OPTS = \ +TESSERACT_OCR_CONF_OPTS = \ --disable-opencl # Language data files download |

