From 7be4565072f056af1945fc8c40546ddee7d454f1 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Mon, 16 Jun 2008 10:08:46 +0000 Subject: 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 --- Master/tlpkg/TeXLive/TLPostActions.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm') 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!^.*texmf-dist.*!)) { $_ = ''; } + #if (win32() and (uc($texdir) ne uc($texdirw)) and + # ($_ =~ m!^.*texmf-dist.*!)) { $_ = ''; } print FONTSCONF; } close(FONTSCONF); -- cgit v1.2.3