aboutsummaryrefslogtreecommitdiff
path: root/python/pyliblo
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-20 05:05:56 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 08:08:57 +0700
commit78fe22e1d4d7d52395f59201d1ba59ceb558a38c (patch)
treeeae730727946afac86b76cff373d91fea74402fc /python/pyliblo
parent9b5e4bfa2a795b3200a8d4e669736f1fb50f44e9 (diff)
downloadslackbuilds-78fe22e1d4d7d52395f59201d1ba59ceb558a38c.tar.xz
python/pyliblo: python => python2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyliblo')
-rw-r--r--python/pyliblo/pyliblo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyliblo/pyliblo.SlackBuild b/python/pyliblo/pyliblo.SlackBuild
index 11f97f5d6b52..79c45013aa67 100644
--- a/python/pyliblo/pyliblo.SlackBuild
+++ b/python/pyliblo/pyliblo.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230520 bkw: python => python2 (no other changes).
# 20211202 bkw: BUILD=2, add python3 support.
cd $(dirname $0) ; CWD=$(pwd)
@@ -59,7 +60,7 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG