From c5352be859966882a0ad1440abb57ab0412c9df7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 4 Feb 2011 11:54:00 +0000
Subject: [PATCH]  - add missing recipe definition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43040 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/tesseract.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildout/software-profiles/tesseract.cfg b/buildout/software-profiles/tesseract.cfg
index 241acaf2f3..8aa52cb024 100644
--- a/buildout/software-profiles/tesseract.cfg
+++ b/buildout/software-profiles/tesseract.cfg
@@ -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}
-- 
2.30.9