diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2021-04-24 07:29:26 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-27 01:03:28 -0500 |
commit | ff944531112983cb09deab4485df745587c5a2c6 (patch) | |
tree | 1debc4b987f308dc6f8a726f47c919907b958600 /python | |
parent | 94c34cab3710aae84d25be2571a434eee4930bf2 (diff) |
python/billiard: Fix DOWNLOAD and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/billiard/billiard.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/billiard/billiard.SlackBuild b/python/billiard/billiard.SlackBuild index ca0e07f47b504..f98909e0c404d 100644 --- a/python/billiard/billiard.SlackBuild +++ b/python/billiard/billiard.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=billiard VERSION=${VERSION:-3.3.0.23} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -54,9 +54,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION |