From 4e5af63f25443e07754aae0f3c129e5e29f663b8 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 12 Nov 2019 09:13:11 -0800 Subject: gis/Fiona: Use Python 3 by default for CLI. --- gis/Fiona/Fiona.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3