From ac9392192e3b0c1c6217f2f47abcff3d67b140a8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 5 May 2016 02:14:27 +0000 Subject: TLUtils: allow for creation of updmap.cfg in user mode git-svn-id: svn://tug.org/texlive/trunk@40894 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 5e08a95493a..4f2ff93b703 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2735,11 +2735,10 @@ sub _create_config_files { @lines = ; close (INFILE); } else { - tlwarn("TLUtils::_create_config_files: $root/$headfile missing!\n"); - # TODO + debug("TLUtils::_create_config_files: $root/$headfile missing! -- probably user mode\n"); # if we allow tlmgr generate to generate language.* file in usermode # we need to remove the die here! - die ("Giving up."); + # die ("Giving up."); } push @lines, @$tlpdblinesref; if (defined($localconf) && -r $localconf) { -- cgit v1.2.3