python/huepy: python => python2.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-05-20 05:04:55 -04:00 committed by Willy Sudiarto Raharjo
parent cf043f8b85
commit 9b5e4bfa2a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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