Skip to content

Commit

Permalink
tesseract: fix build and install of language model
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jan 17, 2013
1 parent 33f2d8f commit 89f2686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
9 changes: 0 additions & 9 deletions doc-tools/tesseract/BUILD

This file was deleted.

2 changes: 0 additions & 2 deletions doc-tools/tesseract/DEPENDS
@@ -1,3 +1 @@
depends leptonica

optional_depends tiff "--with-libtiff" "--without-libtiff" "for tiff graphics support"
7 changes: 7 additions & 0 deletions doc-tools/tesseract/PRE_BUILD
@@ -0,0 +1,7 @@
default_pre_build &&

cd $SOURCE_DIRECTORY &&
tar xvf $SOURCE_CACHE/$SOURCE2 --strip-components=1 &&

# install all provided language files!
sedit "s:test \$\${LANGS+defined}:true:g" Makefile.in

0 comments on commit 89f2686

Please sign in to comment.