summaryrefslogtreecommitdiffstats
path: root/python/jsonschema/jsonschema.SlackBuild
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-15 16:28:40 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:16 +0700
commit9dee7cf513c9da6e2f3bb4ceab6704f032210a03 (patch)
tree2e4c920c10416a8ebfcdeca2c42ca7e2ae362321 /python/jsonschema/jsonschema.SlackBuild
parentc679806d9b3505f911e53dc9d0c6899d1460cf4c (diff)
downloadslackbuilds-9dee7cf513c9da6e2f3bb4ceab6704f032210a03.tar.gz
slackbuilds-9dee7cf513c9da6e2f3bb4ceab6704f032210a03.tar.xz
python/jsonschema: 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/jsonschema/jsonschema.SlackBuild')
-rw-r--r--python/jsonschema/jsonschema.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild
index 4a2eaf981c..906c7c2acd 100644
--- a/python/jsonschema/jsonschema.SlackBuild
+++ b/python/jsonschema/jsonschema.SlackBuild
@@ -69,7 +69,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