mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/docutils: Fix python3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8cf339c734
commit
b363a5ea87
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ find -L . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
2to3 --write --no-diffs docutils
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
||||
|
|
Loading…
Reference in a new issue