diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-08 17:43:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-08 17:43:33 +0000 |
commit | eda203520d09b7b909b9ab88479e218b7378439d (patch) | |
tree | 88317cb807bac7076b4c152dff78372468ca2f4a /Master/tlpkg/installer/install-menu-text.pl | |
parent | 4b49dd88b2c21be3c37a1371c7f7ccd830a470db (diff) |
move selected collection report
git-svn-id: svn://tug.org/texlive/trunk@9378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 53b1f368ef7..0f30955e416 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -1,9 +1,8 @@ #!/usr/bin/env perl - # $Id$ # install-menu-txt.pl # -# Copyright 2007 Reinhard Kotucha, Norbert Preining +# Copyright 2007, 2008 Reinhard Kotucha, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -822,11 +821,11 @@ EOF <B> binary systems: $vars{'n_systems_selected'} out of $vars{'n_systems_available'} <S> Installation scheme ($vars{'selected_scheme'}) + $vars{'n_collections_selected'} collections out of $vars{'n_collections_available'}, disk space required: $vars{'total_size'} MB Customizing installation scheme: <C> standard collections <L> language collections - $vars{'n_collections_selected'} collections out of $vars{'n_collections_available'}, disk space required: $vars{'total_size'} MB EOF if (!check_on_lang_collection_installed()) { |