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)