diff options
author | Norbert Preining <preining@logic.at> | 2010-05-27 09:09:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-27 09:09:02 +0000 |
commit | 64f9014bc483d6bf9855b8e0420c5eb34b4d8a63 (patch) | |
tree | ab345ca092eba769a00ac0e11a4a9549be1f07c6 /Master/tlpkg | |
parent | fe7b0646f7a71c57b9e2ef543c61d8fa73979851 (diff) |
create texmfcnf.lua file at installation time, and ignore the message
that is created by the installer in tl-update-tlnet
git-svn-id: svn://tug.org/texlive/trunk@18525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index d20a4764cfc..81811f43834 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -142,6 +142,7 @@ unexpected_output=`cat install.log \ | grep -Ev '^writing updmap.cfg to' \ | grep -Ev '^writing language.(dat|def|dat.lua) data to' \ | grep -Ev '^pre-generating all format file' \ + | grep -Ev '^Generating luatex config file texmfcnf' \ | grep -Ev '^Generating the initial ConTeXt MkIV cache' \ | grep -Ev '^running ' \ | grep -Ev '^done running ' \ |