diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:12 +0700 |
commit | 26d3c2196f96a16e623646c46b5300f4dca3dde3 (patch) | |
tree | da56a2ee3d3dfb6d8b22890c4913dac962b12240 /python/dtfabric | |
parent | 0a31d0ea413a50af00bec6310438ab8b25e5ea59 (diff) | |
download | slackbuilds-26d3c2196f96a16e623646c46b5300f4dca3dde3.tar.gz |
python/dtfabric: 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/dtfabric')
-rw-r--r-- | python/dtfabric/dtfabric.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dtfabric/dtfabric.SlackBuild b/python/dtfabric/dtfabric.SlackBuild index e0435b0a73..6b44322d14 100644 --- a/python/dtfabric/dtfabric.SlackBuild +++ b/python/dtfabric/dtfabric.SlackBuild @@ -70,7 +70,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 | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |