[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: texlive2007 and otfinst.py



On Sun, Jun 17, 2007 at 17:39 +0200, Frank Küster wrote:
> Ralf Stubner <ralf.stubner@web.de> wrote:
> 
> > A part of findRightLocalfile():
> >
> >     debianuserdir=`FindDebianUserdir`
> >     /usr/share/texmf/web2c/mktexdir $debianuserdir
> >     test -w $debianuserdir || (
> >       echo "Target directory $debianuserdir not writable."
> >       echo "Exiting"
> >       exit 0
> >     )
> >
> > Looks good. However, FindDebianUserdir() returns
> > $HOME/.texmf-config/updmap.d only when it exists allready. Otherwise
> > $debianuserdir is empty which makes mktexdir fail and is not detected
> > by the test.
> 
> Already fixed in SVN: I moved the mktexdir call to FindDebianUserDir.
 
Great.

> > Why not use TEXMFCONFIG/updmap.d?
> 
> You mean, instead of HOME/.texmf-config?  Hm, fixed in my local copy. 

Yes, I think a logic similar to the one in update-fontlang would be
good.

cheerio
ralf



Reply to: