On Mon, 21 Nov 2011 08:01:01 +0000
Jeremy Henty <[email protected]> wrote:

> 
> Bruce Dubbs wrote:
> 
> > I can probably write instructions to move all this stuff around to the 
> > proper locations,
> 
> ???  The book already has instructions to do this.  I assumed you had
> written them.
> 
> > Does anyone use this?
> 
> I use TeX.  I very much appreciate having instructions in the book.
> 
> BTW, I had to hack texk/kpathsea/texmf.cnf some more to replace the
> $PATH* variables with something that worked.  Otherwise texconfig
> falls over complaining about the lack of directories like "//texmf".
> Here's the sed:
> 
>     sed -i \
>         -e '/^[^%]/s|{\$SELF[[:upper:]]*\(,\$SELF[[:upper:]]*\)*}|/usr|' \
>         -e '/^[^%]/s|\$SELF[[:upper:]]*/lib|/usr/lib|' \
>         -e '/^[^%]/s|\$SELF[[:upper:]]*/etc|/etc|' \
>         -e '/^[^%]/s|\$SELF[[:upper:]]*|/usr/share|' \
>         texk/kpathsea/texmf.cnf
> 

Maybe we should install it in somewhere like /opt so it doesn't
interfere with /usr/bin/man? I still think that if it's
overwriting /usr/bin/man it should be commented out of the book until
it's been fixed.

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to