diff --git a/precise/0k-openerp/hooks/install b/precise/0k-openerp/hooks/install index 6e77a5c..a45550a 100755 --- a/precise/0k-openerp/hooks/install +++ b/precise/0k-openerp/hooks/install @@ -162,8 +162,8 @@ if [ -z "$NO_VIRTUALENV" -o "$NEED_PILLOW" ]; then if [ "$NEED_PILLOW" ]; then DEV="$DEV build-essential libtiff5-dev libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev - tcl8.5-dev tk8.5-dev python-tk python-dev" - LIB="$LIB python-tk libjpeg8 libtiff5" + tcl8.5-dev tk8.5-dev python-dev" + LIB="$LIB python-tk libjpeg62 libtiff5" else ## from http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204 @@ -171,7 +171,7 @@ if [ -z "$NO_VIRTUALENV" -o "$NEED_PILLOW" ]; then zlib1g-dev libfreetype6-dev libsasl2-dev libjpeg-dev libmysqlclient-dev" - LIB="libxslt1.1 libpq5 libjpeg8 libtiff5 libmysqlclient18" + LIB="libxslt1.1 libpq5 libjpeg62 libtiff5 libmysqlclient18" fi