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

Regards,

Jeremy Henty
-- 
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