summaryrefslogtreecommitdiffstats
path: root/python/shutil_which/shutil_which.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-01-04 11:30:21 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-05 07:49:25 +0700
commit8c4f4f8fa9397612ed9eb5b353537a18d7c617c1 (patch)
tree09fe04013e47ba2ab3a70249e4890dcf7db71667 /python/shutil_which/shutil_which.SlackBuild
parentfef6ac4e31d0f7ac7a99ff56e9e715ff43259ea5 (diff)
downloadslackbuilds-8c4f4f8fa9397612ed9eb5b353537a18d7c617c1.tar.gz
slackbuilds-8c4f4f8fa9397612ed9eb5b353537a18d7c617c1.tar.xz
python/shutil_which: Updated for version 3.5.2.
Diffstat (limited to 'python/shutil_which/shutil_which.SlackBuild')
-rw-r--r--python/shutil_which/shutil_which.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/shutil_which/shutil_which.SlackBuild b/python/shutil_which/shutil_which.SlackBuild
index 8f57561394..3dccee3cb0 100644
--- a/python/shutil_which/shutil_which.SlackBuild
+++ b/python/shutil_which/shutil_which.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for shutil_which
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=shutil_which
SRCNAM=backports.$PRGNAM
-VERSION=${VERSION:-3.5.1}
+VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,9 @@ 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 LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ LICENSE README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install