summaryrefslogtreecommitdiffstats
path: root/development/zope.interface/zope.interface.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-01-10 12:33:29 -0200
committer Erik Hanson <erik@slackbuilds.org>2012-01-13 14:43:34 -0600
commit29f344d1b786dca548f1408d1078b131002457e2 (patch)
tree8265f04320c8516da95b016590f514bbce47764a /development/zope.interface/zope.interface.SlackBuild
parentae014ba9c61dd90a8bc62dc3a46a402324f73144 (diff)
downloadslackbuilds-29f344d1b786dca548f1408d1078b131002457e2.tar.gz
slackbuilds-29f344d1b786dca548f1408d1078b131002457e2.tar.xz
development/zope.interface: Updated for version 3.8.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/zope.interface/zope.interface.SlackBuild')
-rw-r--r--development/zope.interface/zope.interface.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/zope.interface/zope.interface.SlackBuild b/development/zope.interface/zope.interface.SlackBuild
index f2c32a9b4e..057dde22bf 100644
--- a/development/zope.interface/zope.interface.SlackBuild
+++ b/development/zope.interface/zope.interface.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zope.interface
-# 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=zope.interface
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.8.0}
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