From 155e3cb6e16e37c849ad78a6fc588ef416404e74 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 14 Apr 2022 18:07:58 +1200 Subject: python/python3-pythran: Fix lib dir usage on 32bit. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pythran/python3-pythran.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild index 52881ebb5a..24754f626b 100644 --- a/python/python3-pythran/python3-pythran.SlackBuild +++ b/python/python3-pythran/python3-pythran.SlackBuild @@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Remove bundled boost and xsimd -rm -r $PKG/usr/lib64/python*/site-packages/pythran/{boost,xsimd} +rm -r $PKG/usr/lib$LIBDIRSUFFIX/python*/site-packages/pythran/{boost,xsimd} mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS Changelog LICENSE PKG-INFO README.rst requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3