diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-13 21:55:54 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-13 21:55:54 +0000 |
commit | 81e132c7387b17fa31a5e35e5787562c9d0e7974 (patch) | |
tree | 30f35b5197b426fa026ad8dc6cfade4c1b3886ae /Master/tlpkg/TeXLive/TLPostActions.pm | |
parent | 23662146b710917edae5108a3d9a7fa6d5389c0f (diff) |
texmf.cnf: TEXINPUTS for xetex. Removed useless cachedir stuff.
Minor fixes.
git-svn-id: svn://tug.org/texlive/trunk@8720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index b9bb04de647..092b8864ad4 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -73,7 +73,6 @@ sub do_install_bin_xetex { foreach (@lines) { $_ =~ s!c:/Program Files/texlive/2008!$texdir!; $_ =~ s!c:/windows/fonts!$winfontdir! if win32(); - $_ =~ s!c:/etc/fccache!$texmfsysvar/fonts/cache!; print FONTSCONF; } close(FONTSCONF); |