From: Ludovic CHEVALIER Date: Fri, 20 Sep 2013 15:09:10 +0000 (+0200) Subject: Modifications : etc/sv/openerp_server_lhc/local.sh - installation de X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=4361110f7ef56eaaf6e4d545dea27ded41031c1d;p=lhc%2Fateliers.git Modifications : etc/sv/openerp_server_lhc/local.sh - installation de fetchmail recquise --- diff --git a/etc/sv/openerp_server_lhc/local.sh b/etc/sv/openerp_server_lhc/local.sh index ddd4d42..7b26acc 100644 --- a/etc/sv/openerp_server_lhc/local.sh +++ b/etc/sv/openerp_server_lhc/local.sh @@ -43,7 +43,7 @@ sudo install -d -m 3771 -o "$sv" -g "$sv" \ "$home" sudo -u "$sv" wget -c http://nightly.openerp.com/6.0/6.0/openerp-server-6.0.4-20130520-r3663.tar.gz -O /tmp/openerp-server.tar.gz sudo -u "$sv" tar -xf /tmp/openerp-server.tar.gz -C "$home" -"$tool"/local/apt-get-install patch +"$tool"/local/apt-get-install patch fetchmail sudo -u "$sv" patch -d "$home"/openerp-server-6.0.4/bin/addons/document_webdav/ <<- EOF diff -Nru document_webdav.old/dav_fs.py document_webdav/dav_fs.py --- document_webdav.old/dav_fs.py 2012-08-09 01:01:18.000000000 +0200