Commit c5352be8 authored by Łukasz Nowak's avatar Łukasz Nowak

- add missing recipe definition


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 300179ec
......@@ -13,6 +13,7 @@ parts =
[tesseract-share]
# XXX: tesseract seems not easy configurable on runtime about where to find
# its trained data, so just move out its datadir to own controlled location
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = mkdir -p ${:location} && mkdir -p ${:location}/tessdata
update-command = ${:command}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment