diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-16 10:08:46 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-16 10:08:46 +0000 |
commit | 7be4565072f056af1945fc8c40546ddee7d454f1 (patch) | |
tree | 7777ac3c3d590f3644cd8306918f607edaca971e /Master | |
parent | 3a5b2524e003dc7a4cd629e4ac5f174e240a9015 (diff) |
Removed fc-cache hack; want to know how many people have this problem.
git-svn-id: svn://tug.org/texlive/trunk@8775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 62cf9141260..475c4d83f90 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -74,8 +74,8 @@ sub do_install_bin_xetex { $_ =~ s!c:/Program Files/texlive/2008!$texdir!; $_ =~ s!c:/windows/fonts!$winfontdir! if win32(); # hack around fc-cache problem in from_dvd case: - if (win32() and (uc($texdir) ne uc($texdirw)) and - ($_ =~ m!^<dir>.*texmf-dist.*</dir>!)) { $_ = '<!-- '.$_.' -->'; } + #if (win32() and (uc($texdir) ne uc($texdirw)) and + # ($_ =~ m!^<dir>.*texmf-dist.*</dir>!)) { $_ = '<!-- '.$_.' -->'; } print FONTSCONF; } close(FONTSCONF); |