From 2d2291c679ffdb2ab4602716ac94b097ff5241b5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 7 Aug 2008 10:28:46 +0000 Subject: TLPostActions: run fc-cache withing log(`fc-cache ...`) so that its output gets logged. git-svn-id: svn://tug.org/texlive/trunk@10138 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index f2469add1b5..87196c1b51c 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -122,7 +122,9 @@ sub do_install_xetex { } # call fc-cache but only when we install on win32! if (win32()) { - system("fc-cache","-v", "-r"); + info("Running f-cache -v -r\n"); + log(`fc-cache -v -r 2>&1`); + #system("fc-cache","-v", "-r"); } } $PostInstall{"xetex"} = \&do_install_xetex; -- cgit v1.2.3