summaryrefslogtreecommitdiffstats
path: root/python/feedparser/feedparser.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2014-10-01 08:56:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-03 10:16:54 +0700
commitc1ba9e582bf67bd84c1acddcd476d467fd8d1724 (patch)
tree4098069d7b05207f2f108935160f3b0d7a96b1e5 /python/feedparser/feedparser.SlackBuild
parentbc45edde6403592bde86c25276fc54797bfcf4b5 (diff)
downloadslackbuilds-c1ba9e582bf67bd84c1acddcd476d467fd8d1724.tar.gz
slackbuilds-c1ba9e582bf67bd84c1acddcd476d467fd8d1724.tar.xz
python/feedparser: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/feedparser/feedparser.SlackBuild')
-rw-r--r--python/feedparser/feedparser.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild
index 45a0114437..4eeb9f8bb1 100644
--- a/python/feedparser/feedparser.SlackBuild
+++ b/python/feedparser/feedparser.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for feedparser
# Modified by Luis Henrique <lmello.009@gmail.com>
+# Maintained 2014 by Christoph Willing <chris.willing@iinet.net.au>
# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com>
# All rights reserved.
@@ -74,7 +75,7 @@ python setup.py build || exit 1
python setup.py install --root $PKG || exit 1
-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