[Erp5-report] r43040 luke - /erp5/trunk/buildout/software-profiles/tesseract.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 4 12:54:00 CET 2011


Author: luke
Date: Fri Feb  4 12:54:00 2011
New Revision: 43040

URL: http://svn.erp5.org?rev=43040&view=rev
Log:
 - add missing recipe definition

Modified:
    erp5/trunk/buildout/software-profiles/tesseract.cfg

Modified: erp5/trunk/buildout/software-profiles/tesseract.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/tesseract.cfg?rev=43040&r1=43039&r2=43040&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/tesseract.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/tesseract.cfg [utf8] Fri Feb  4 12:54:00 2011
@@ -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}



More information about the Erp5-report mailing list