summaryrefslogtreecommitdiffstats
path: root/source/l/python-build/python-build.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/python-build/python-build.SlackBuild')
-rwxr-xr-xsource/l/python-build/python-build.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/python-build/python-build.SlackBuild b/source/l/python-build/python-build.SlackBuild
index 22ad3f322..73cd16648 100755
--- a/source/l/python-build/python-build.SlackBuild
+++ b/source/l/python-build/python-build.SlackBuild
@@ -75,8 +75,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# This is a core bootstrap package for building via wheels.
+# Don't change this build method unless necessary.
python3 -m flit_core.wheel || exit 1
-
python3 -m installer --destdir "$PKG" dist/*.whl || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \