diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:05:17 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:54 -0500 |
commit | db281a023daf9bdb78066d9bdaefce02fad4d3e3 (patch) | |
tree | 8c5aa30c28482a0f2ff02ceab7959d549d36b6df /libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild | |
parent | c099ae55c1c7be8a07943834979773599a7d8b23 (diff) | |
download | slackbuilds-db281a023daf9bdb78066d9bdaefce02fad4d3e3.tar.gz |
libraries/zope.i18nmessageid: Updated for version 4.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild')
-rw-r--r-- | libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild b/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild index cbba173c6d..a0da5917a1 100644 --- a/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild +++ b/libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zope.i18nmessageid -# Copyright 2011 Mikko Värri, Finland +# Copyright 2013 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.i18nmessageid -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-4.0.2} 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 |