On Mon, 21 Nov 2011 17:31:15 -0600
Bruce Dubbs <bruce.du...@gmail.com> wrote:

> for INFO in livetex-tmp/usr/texmf/doc/info/*.info; do
>    install -v -m0644 $INFO /usr/share/info
>    intall-info --info-dir=/usr/share/info $INFO

Typo, s/intall-info/install-info/

Apart from that and the problem I posted about earlier with
livetex-tmp/usr/texmf/doc/man it all went well and seems to install
properly. However, when I try to do the "Configuring TeX Live" section
from the book I get:

root@eccles:/home/andy$ texconfig-sys font rw 
/usr/bin/texconfig: line 248: //texmf/web2c/mktexdir: No such file or directory
texconfig: failed to set `font rw'; reason: directory `//texmf-var/fonts' does 
not exist.

Which brings me to:

On Mon, 21 Nov 2011 08:01:01 +0000
Jeremy Henty <onepo...@starurchin.org> wrote:

> 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

I can't find texk/kpathsea/texmf.cnf

root@eccles:/home/andy$ find /usr -name texmf.cnf
/usr/share/texmf/web2c/texmf.cnf
/usr/share/texmf/texmf/web2c/texmf.cnf
/usr/share/texmf-dist/doc/latex/pgfplots/texmf.cnf
/usr/share/texmf-dist/doc/generic/pgf/text-en/texmf.cnf

should I run the sed on one of them instead?

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