mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python-fonttools: Fix python3 support.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
77cfd57a3a
commit
225b4e6b2c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ python setup.py install --root=$PKG
|
|||
|
||||
# Python 3 support.
|
||||
if $(python3 -c 'import sys' 2>/dev/null); then
|
||||
BINARIES="fonttools pyftinspect pyftmerge pyftsubset ttx"
|
||||
BINARIES="fonttools pyftmerge pyftsubset ttx"
|
||||
# backup the python2 binaries
|
||||
for f in $BINARIES ; do
|
||||
mv "$PKG/usr/bin/$f"{,2}
|
||||
|
|
Loading…
Reference in a new issue