Browse Source
python/msgpack-python: Fix build on -current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Willy Sudiarto Raharjo
1 month ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
2 additions and
1 deletions
-
python/msgpack-python/msgpack-python.SlackBuild
|
|
@ -64,7 +64,8 @@ chmod -R a-st,u+rwX,go-w+rX . |
|
|
|
python setup.py install --root=$PKG |
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
find $PKG/usr/lib*/python* -name '*.so' | xargs strip --strip-unneeded |
|
|
|
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 |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a ChangeLog.rst COPYING DEVELOP.md README.md \ |
|
|
|