diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-03-25 10:10:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-30 07:18:23 +0700 |
commit | 225b4e6b2c688d8af75dd5814102f1335b46bbdc (patch) | |
tree | 8e0a4ecd594952d7b9f07639623c2edc3dca4c77 | |
parent | 77cfd57a3a3a1d786a8054de731f550d35db0cb4 (diff) | |
download | slackbuilds-225b4e6b2c688d8af75dd5814102f1335b46bbdc.tar.gz |
python/python-fonttools: Fix python3 support.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | python/python-fonttools/python-fonttools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-fonttools/python-fonttools.SlackBuild b/python/python-fonttools/python-fonttools.SlackBuild index a120d1acab..9fbfa3ce6f 100644 --- a/python/python-fonttools/python-fonttools.SlackBuild +++ b/python/python-fonttools/python-fonttools.SlackBuild @@ -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} |