From 6cb9f7243ebf7a2cd535df4f9b6442a79dc188a5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Sep 2007 23:08:05 +0000 Subject: (TRFONTS): avoid recursing through /usr (Michael, mp-i 10 Sep 2007 12:55:10) git-svn-id: svn://tug.org/texlive/trunk@4933 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/texmf.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 01a9d115bf9..ff33123c534 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2007-09-11 Karl Berry + + * texmf.in (TRFONTS): don't recurse through /usr. + Report from Michail Vidiassov, mp-i 10 Sep 2007 12:55:10. + 2007-08-27 Karl Berry * fontmap.c (map_file_parse): free the original pointer, not the diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 5e96aef57de..652b72f512c 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -366,7 +366,7 @@ OPENTYPEFONTS = .;$TEXMF/fonts/opentype// PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// % Used by DMP (ditroff-to-mpx), called by makempx -troff. -TRFONTS = /usr/{local,}/share/groff/{current/font,site-font}/devps +TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps MPSUPPORT = .;$TEXMF/metapost/support % For xdvi to find mime.types and .mailcap, if they do not exist in -- cgit v1.2.3