diff options
Diffstat (limited to 'python/flake8/flake8.SlackBuild')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index 6a9b7bfd70307..822d5d36f5504 100644 --- a/python/flake8/flake8.SlackBuild +++ b/python/flake8/flake8.SlackBuild @@ -72,7 +72,7 @@ find -L . \ # Ignores setuptools version, it works for me sed -i "s/setuptools >= 30\",/\"/" setup.py -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 |