diff --git a/init.sh b/init.sh index bede22993..9ddf66565 100755 --- a/init.sh +++ b/init.sh @@ -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