diff options
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 947c833984b69..35f5770c4e58d 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 |