diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-20 05:04:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:57 +0700 |
commit | 9b5e4bfa2a795b3200a8d4e669736f1fb50f44e9 (patch) | |
tree | 2bf251e83c64c04a51b51d3531a412501dfa7a0d /python | |
parent | cf043f8b85dd9dcbd94ea939d38f3fd988e73c2e (diff) |
python/huepy: python => python2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/huepy/huepy.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/huepy/huepy.SlackBuild b/python/huepy/huepy.SlackBuild index 8791a84733c99..1553baa0fe464 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 |