# HG changeset patch # User Pascal Bellard # Date 1304344606 -7200 # Node ID b7f5000cceb9153e9804112dbc6d2b6ab3cde5e3 # Parent aaed053572c309996b952f612c3e84513662658e openerp-web: fix depends diff -r aaed053572c3 -r b7f5000cceb9 openerp-web/receipt --- a/openerp-web/receipt Sun May 01 14:19:21 2011 +0200 +++ b/openerp-web/receipt Mon May 02 15:56:46 2011 +0200 @@ -9,7 +9,7 @@ WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" DEPENDS="matplotlib setuptools python-turbogears python-pil python \ -python-pyxml python-pyparsing" +python-pyxml python-pyparsing python-babel python-mako python-markupsafe" BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" CONFIG_FILES="/etc/openerp/openerp-web.conf" # http://doc.openerp.com/install/linux/web/index.html diff -r aaed053572c3 -r b7f5000cceb9 openerp-web/stuff/etc/init.d/openerp-web --- a/openerp-web/stuff/etc/init.d/openerp-web Sun May 01 14:19:21 2011 +0200 +++ b/openerp-web/stuff/etc/init.d/openerp-web Mon May 02 15:56:46 2011 +0200 @@ -10,7 +10,7 @@ NAME=openerp-web DESC="openerp-web server" -DAEMON=/usr/bin/start-openerp-web +DAEMON=/usr/bin/openerp-web OPTIONS=$OPENERP_WEB_OPTIONS PIDFILE=/var/run/openerp-web.pid [ -n "$OPTIONS" ] || OPTIONS="-c /etc/openerp/openerp-web.conf"