1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-23 11:43:47 +03:00

tooling: fixes Linux build of ttfautohint. Closes #341, #289

This commit is contained in:
Rasmus Andersson 2021-03-23 14:56:31 -07:00
parent dec3a8cb1b
commit c758332430

View File

@ -332,9 +332,9 @@ else
./ttfautohint-build.sh
popd >/dev/null
mv -f \
/root/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
"$HOME"/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
"ttfautohint-${AUTOHINT_VERSION}"
rm -rf /root/ttfautohint-build ttfautohint-build
rm -rf "$HOME"/ttfautohint-build ttfautohint-build
popd >/dev/null
fi
LINK=true