diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-20 04:27:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:56 +0700 |
commit | 1cfcb32484afe64e36f11413f8c2df7c435a4ebf (patch) | |
tree | 9b726d7d8df017c2a6c91d86b408ca647eda8f73 /audio | |
parent | 2df2485d6df151f016e9e84285543e245e0c9364 (diff) |
audio/gtklick: python => python2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gtklick/gtklick.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gtklick/gtklick.SlackBuild b/audio/gtklick/gtklick.SlackBuild index 947c833984b6..35f5770c4e58 100644 --- a/audio/gtklick/gtklick.SlackBuild +++ b/audio/gtklick/gtklick.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). # 20211129 bkw: BUILD=2, new-style icon. 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 mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps mv $PKG/usr/share/pixmaps/$PRGNAM.png $PKG/usr/share/icons/hicolor/48x48/apps |