From 78fe22e1d4d7d52395f59201d1ba59ceb558a38c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 20 May 2023 05:05:56 -0400 Subject: python/pyliblo: python => python2. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- python/pyliblo/pyliblo.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/pyliblo') 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 -- cgit v1.2.3