From 9b5e4bfa2a795b3200a8d4e669736f1fb50f44e9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 20 May 2023 05:04:55 -0400 Subject: python/huepy: python => python2. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- python/huepy/huepy.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/huepy/huepy.SlackBuild b/python/huepy/huepy.SlackBuild index 8791a84733..1553baa0fe 100644 --- a/python/huepy/huepy.SlackBuild +++ b/python/huepy/huepy.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230520 bkw: python => python2 (no other changes). + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=huepy @@ -57,7 +59,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 rm -f $PKG/usr/LICENSE -- cgit v1.2.3