diff options
Diffstat (limited to 'libraries/ZODB3/ZODB3.SlackBuild')
-rw-r--r-- | libraries/ZODB3/ZODB3.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/ZODB3/ZODB3.SlackBuild b/libraries/ZODB3/ZODB3.SlackBuild index ef2c2ca191..70b463ef34 100644 --- a/libraries/ZODB3/ZODB3.SlackBuild +++ b/libraries/ZODB3/ZODB3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ZODB3 -# Copyright 2011 Mikko Värri, Finland +# Copyright 2012 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ZODB3 -VERSION=${VERSION:-3.10.3} +VERSION=${VERSION:-3.10.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,7 @@ find . \ python setup.py install --root=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |