development/docutils: Fix python3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-06-29 07:00:10 +07:00
parent 8cf339c734
commit b363a5ea87

View file

@ -56,6 +56,7 @@ find -L . \
-exec chmod 644 {} \; -exec chmod 644 {} \;
python setup.py install --root=$PKG python setup.py install --root=$PKG
2to3 --write --no-diffs docutils
python3 setup.py install --root=$PKG python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \