diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:23 +0700 |
commit | d7a76505a572532978fac9e610c4122e953ea682 (patch) | |
tree | 07c674e39dac121cef2dc79e5863cd0045bffa6c /python/trezor | |
parent | 801138cf5cb3f53ad1b5489edfa32cc27799269d (diff) | |
download | slackbuilds-d7a76505a572532978fac9e610c4122e953ea682.tar.gz |
python/trezor: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/trezor')
-rw-r--r-- | python/trezor/trezor.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trezor/trezor.SlackBuild b/python/trezor/trezor.SlackBuild index 56c81dc4f2..6fd2dff69b 100644 --- a/python/trezor/trezor.SlackBuild +++ b/python/trezor/trezor.SlackBuild @@ -71,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |