parent
dec3a8cb1b
commit
c758332430
1 changed files with 2 additions and 2 deletions
4
init.sh
4
init.sh
|
|
@ -332,9 +332,9 @@ else
|
||||||
./ttfautohint-build.sh
|
./ttfautohint-build.sh
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
mv -f \
|
mv -f \
|
||||||
/root/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
|
"$HOME"/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
|
||||||
"ttfautohint-${AUTOHINT_VERSION}"
|
"ttfautohint-${AUTOHINT_VERSION}"
|
||||||
rm -rf /root/ttfautohint-build ttfautohint-build
|
rm -rf "$HOME"/ttfautohint-build ttfautohint-build
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
fi
|
fi
|
||||||
LINK=true
|
LINK=true
|
||||||
|
|
|
||||||
Reference in a new issue