From 497424791b8f6b1984f45a21a0558cf2a33beef7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 13 Nov 2008 12:59:46 +0000 Subject: give a warning so that we see what happens. git-svn-id: svn://tug.org/texlive/trunk@11287 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm') diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index b433437b258..988a845b9b4 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -114,6 +114,7 @@ sub do_install_xetex { for my $dirent (@dirents) { if ($dirent =~ m/\.(ttf|otf)$/i) { touch($dirent); + tlwarn("touching $dirent in $winfontdir to make fc-cache work\n"); # one file touched should be enough last; } -- cgit v1.2.3