diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-11-12 09:13:11 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:57 +0700 |
commit | 4e5af63f25443e07754aae0f3c129e5e29f663b8 (patch) | |
tree | d6829b723c86e8f0960173018df0c1e25313a8be /gis | |
parent | 52facc971acd6e0129288dad283c2f8e01c8825e (diff) | |
download | slackbuilds-4e5af63f25443e07754aae0f3c129e5e29f663b8.tar.gz |
gis/Fiona: Use Python 3 by default for CLI.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/Fiona/Fiona.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/Fiona/Fiona.SlackBuild b/gis/Fiona/Fiona.SlackBuild index 6edd0d42ae..0808619bfb 100644 --- a/gis/Fiona/Fiona.SlackBuild +++ b/gis/Fiona/Fiona.SlackBuild @@ -69,8 +69,8 @@ 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 {} \; -python3 setup.py install --root=$PKG python2 setup.py install --root=$PKG +python3 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 |