summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tesseract/PRE_BUILD')
-rwxr-xr-xgraphics/tesseract/PRE_BUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/tesseract/PRE_BUILD b/graphics/tesseract/PRE_BUILD
index d5a08d871c..060e68e7e1 100755
--- a/graphics/tesseract/PRE_BUILD
+++ b/graphics/tesseract/PRE_BUILD
@@ -1,16 +1,16 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches &&
+#apply_patch_dir patches &&
mkdir -p tess-trained &&
cd tess-trained &&
for LL in $TESS_LANG; do
case $LL in
eng) verify_file 2 && cp $SOURCE_CACHE/$SOURCE2 . ;;
- fra) verify_file 3 && cp $SOURCE_CACHE/$SOURCE2 . ;;
- ita) verify_file 4 && cp $SOURCE_CACHE/$SOURCE2 . ;;
- nld) verify_file 5 && cp $SOURCE_CACHE/$SOURCE2 . ;;
- spa) verify_file 6 && cp $SOURCE_CACHE/$SOURCE2 . ;;
- deu) verify_file 7 && cp $SOURCE_CACHE/$SOURCE2 . ;;
+ fra) verify_file 3 && cp $SOURCE_CACHE/$SOURCE3 . ;;
+ ita) verify_file 4 && cp $SOURCE_CACHE/$SOURCE4 . ;;
+ nld) verify_file 5 && cp $SOURCE_CACHE/$SOURCE5 . ;;
+ spa) verify_file 6 && cp $SOURCE_CACHE/$SOURCE6 . ;;
+ deu) verify_file 7 && cp $SOURCE_CACHE/$SOURCE7 . ;;
esac
done