[tex-live] getnonfreefonts doesn't work with pretest
Markus Kohm
komascript at gmx.info
Tue Apr 16 10:03:26 CEST 2013
> Reinhard, what's wrong?
install-getnonfreefonts uses
texdir=kpse.var_value('SELFAUTOPARENT')
bindir=kpse.var_value('SELFAUTODIR')
exedir=kpse.var_value('SELFAUTOLOC')
texmflocal=kpse.var_value('TEXMFLOCAL')
scriptdir=texdir .. '/texmf/scripts'
instdir=texdir .. '/texmf/scripts/getnonfreefonts'
mandir=texdir .. '/texmf/doc/man/man1'
docdir=texmflocal .. '/doc/man/man1'
but $SELFAUTOPARENT../texmf doesn't exist any longer. install-getnonfreefonts
should use, e.g.
scriptdir=kpse.var_value('TEXMFMAIN') .. '/scripts'
etc. That should (AFAIK) work with TeX Live < 2013 and TeX Live 2013. With TeX
Live 2013 also
scriptdir=kpse.var_value('TEXMFDIST') .. '/scripts'
etc. should work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://tug.org/pipermail/tex-live/attachments/20130416/f2424836/attachment.bin>
More information about the tex-live
mailing list