diff options
Diffstat (limited to 'python/pyliblo/pyliblo.SlackBuild')
-rw-r--r-- | python/pyliblo/pyliblo.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyliblo/pyliblo.SlackBuild b/python/pyliblo/pyliblo.SlackBuild index 11f97f5d6b..79c45013aa 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 |