diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-24 18:37:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-24 18:37:09 +0000 |
commit | 1635be4beb5e2716cbb44348cdceb40c6f210847 (patch) | |
tree | 82e97310fa1b0dda059d6864f75575282e9a486b /Master/tlpkg/bin/tl-update-tlnet | |
parent | 64b3f572c1a924b6b61b1c2fe37a0b38fa21b398 (diff) |
report source and target directories, not install-tl location
git-svn-id: svn://tug.org/texlive/trunk@11043 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index ad4d0dc1f78..582abe7beae 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -104,11 +104,12 @@ perl install-tl -location $tlwebtry -profile texlive.profile >install.log 2>&1\ # thus be noticed. unexpected_output=`cat install.log \ | grep -Ev '^Automated TeX Live installation using profile' \ + | grep -Ev '^Installing from:' \ | grep -Ev '^Platform: ' \ | grep -Ev '^Distribution: inst' \ | grep -Ev '^Directory for temporary files' \ - | grep -Ev '^Installer directory:' \ | grep -Ev '^Loading ' \ + | grep -Ev '^Installing to:' \ | grep -Ev '^Installing: ' \ | grep -Ev '^(re-)?running mktexlsr' \ | grep -Ev '^mktexlsr: Updating ' \ |