summaryrefslogtreecommitdiffstats
path: root/python/snowballstemmer/snowballstemmer.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2024-03-23 10:56:42 +0100
committer Matteo Bernardini2024-03-23 10:56:42 +0100
commite22d8113df77c5a098b22591ba205cadb9d014d3 (patch)
tree46e106ecb626f69362ebc7f6e7d4a3e6e8897f26 /python/snowballstemmer/snowballstemmer.SlackBuild
parentecfbf772e938e6dfdc25bbce4ec902ad04952af9 (diff)
downloadslackbuilds-e22d8113df77c5a098b22591ba205cadb9d014d3.tar.gz
20240323.1 global branch merge.current-20240323.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/snowballstemmer/snowballstemmer.SlackBuild')
-rw-r--r--python/snowballstemmer/snowballstemmer.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/snowballstemmer/snowballstemmer.SlackBuild b/python/snowballstemmer/snowballstemmer.SlackBuild
index 805761b599..7e3a58571d 100644
--- a/python/snowballstemmer/snowballstemmer.SlackBuild
+++ b/python/snowballstemmer/snowballstemmer.SlackBuild
@@ -81,7 +81,6 @@ find -L . \
# Build
python 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