summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-11-13 12:59:46 +0000
committerNorbert Preining <preining@logic.at>2008-11-13 12:59:46 +0000
commit497424791b8f6b1984f45a21a0558cf2a33beef7 (patch)
tree997e76bc73e7ba6501bd4dbc6a12489476129fbe /Master/tlpkg/TeXLive/TLPostActions.pm
parenta2fa99de9b89b81721c30e133837d102e40020d5 (diff)
give a warning so that we see what happens.
git-svn-id: svn://tug.org/texlive/trunk@11287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm1
1 files changed, 1 insertions, 0 deletions
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;
}