summaryrefslogtreecommitdiffstats
path: root/python/stem/stem.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/stem/stem.SlackBuild')
-rw-r--r--python/stem/stem.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/stem/stem.SlackBuild b/python/stem/stem.SlackBuild
index 20fa1ffda3..20f3e54955 100644
--- a/python/stem/stem.SlackBuild
+++ b/python/stem/stem.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for stem
-# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE
+# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=stem
-VERSION=${VERSION:-1.1.1}
+VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,7 @@ cd $TMP/$PRGNAM-$VERSION
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 $PKG/usr/man1
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/man/man1
cp -a docs/ LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@@ -87,8 +87,8 @@ if [ "$DOC" = "yes" ]; then
make man
cp -a _build/html $PKG/usr/doc/$PRGNAM-$VERSION
rm $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,objects.inv}
- cp -a _build/man $PKG/usr/man1
- find $PKG/usr/man1 -type f -exec gzip -9 {} \;
+ cp -a _build/man $PKG/usr/man/man1
+ find $PKG/usr/man/man1 -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man1 -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/docs/*
rmdir $PKG/usr/doc/$PRGNAM-$VERSION/docs