diff options
author | Norbert Preining <preining@logic.at> | 2016-05-05 02:14:27 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-05-05 02:14:27 +0000 |
commit | ac9392192e3b0c1c6217f2f47abcff3d67b140a8 (patch) | |
tree | 33edb76b06e08f4d8852829f6d1da53cea44f8d0 | |
parent | b36ba83a49b28f0f7c13eaa3430c6b869261055f (diff) |
TLUtils: allow for creation of updmap.cfg in user mode
git-svn-id: svn://tug.org/texlive/trunk@40894 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 5 |
1 files changed, 2 insertions, 3 deletions
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 = <INFILE>; 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) { |