Jeremy Henty 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.
No, that was Randy.
>> 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
Thanks. I've been talking to the devs and I think I'm getting a better
understanding of what is needed. I'll take a look at the sed.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page