summaryrefslogtreecommitdiffstats
path: root/development/Sphinx/Sphinx.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-01-10 08:08:03 -0200
committer Erik Hanson <erik@slackbuilds.org>2012-01-13 14:43:33 -0600
commit96a8bdc26cd70ed0cad98a59cb0be563bda920bf (patch)
tree47bea16229f5cc310999341bfee5338d345dbd72 /development/Sphinx/Sphinx.SlackBuild
parentcdcecec4748454277faf39f7d6c01a9bc339cc24 (diff)
downloadslackbuilds-96a8bdc26cd70ed0cad98a59cb0be563bda920bf.tar.gz
slackbuilds-96a8bdc26cd70ed0cad98a59cb0be563bda920bf.tar.xz
development/Sphinx: Updated for version 1.1.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/Sphinx/Sphinx.SlackBuild')
-rw-r--r--development/Sphinx/Sphinx.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild
index 53d527ed58..80304c3ad8 100644
--- a/development/Sphinx/Sphinx.SlackBuild
+++ b/development/Sphinx/Sphinx.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Sphinx
-# 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=Sphinx
-VERSION=${VERSION:-1.1}
+VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ python setup.py install --root=$PKG
PYTHONPATH="../" make -C doc SPHINXBUILD="python ../sphinx-build.py" html
-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