From e0881d76a61d91225a75c0d7d56f17705db321b8 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 21 Jan 2015 19:04:22 +0700 Subject: [PATCH] chg: [charm] added a comment !minor --- precise/0k-openerp/hooks/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/precise/0k-openerp/hooks/install b/precise/0k-openerp/hooks/install index 5eb9d0b..a20dd27 100755 --- a/precise/0k-openerp/hooks/install +++ b/precise/0k-openerp/hooks/install @@ -27,6 +27,9 @@ export VIRTUALENV=${VIRTUALENV-/srv/virtualenv/default} RELEASE=${RELEASE:-} + +## debian does not include lsb_release, but it is ok since +## it receives its release info from 0k-odoo-light. But, herk. test -z "$RELEASE" && export RELEASE=$(lsb_release -c -s)