summaryrefslogtreecommitdiffstats
path: root/libraries/pysendfile/pysendfile.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pysendfile/pysendfile.SlackBuild')
-rw-r--r--libraries/pysendfile/pysendfile.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pysendfile/pysendfile.SlackBuild b/libraries/pysendfile/pysendfile.SlackBuild
index 8302a07b66..b4d18f07e5 100644
--- a/libraries/pysendfile/pysendfile.SlackBuild
+++ b/libraries/pysendfile/pysendfile.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pysendfile
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README HISTORY LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst HISTORY.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install