From a248dd7dda303de8fc89ae38851886dbf9094858 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 8 Apr 2010 22:13:37 -0400 Subject: libraries/lxml: Updated for version 2.2.6. --- libraries/lxml/lxml.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/lxml/lxml.SlackBuild') diff --git a/libraries/lxml/lxml.SlackBuild b/libraries/lxml/lxml.SlackBuild index 774529de54..7c18390b08 100644 --- a/libraries/lxml/lxml.SlackBuild +++ b/libraries/lxml/lxml.SlackBuild @@ -3,7 +3,7 @@ # Written by Larry Hajali PRGNAM=lxml -VERSION=${VERSION:-2.2.5} +VERSION=${VERSION:-2.2.6} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ python setup.py install --root=$PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3