diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-04-07 12:49:51 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-04-07 12:49:51 +0000 |
commit | c86eae6eafb31a01e822abfc17c31e25d846a9cc (patch) | |
tree | ca930cfc6e476a4daa82deb8d3df257fb6865369 /Master/tlpkg/installer/install-menu-text.pl | |
parent | c3c44f17a8ee71b0eff3d6c41290d25c0ed6d5d0 (diff) |
rename DVD/CD => local-[un]compressed
git-svn-id: svn://tug.org/texlive/trunk@22010 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index bef9921b91e..9807d0f6976 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -884,7 +884,7 @@ sub do_install { } sub dvd_hd_toggle { - return if !member('DVD', @media_available); + return if !member('local_uncompressed', @media_available); if ($vars{'from_dvd'}) { # set up for hd install: $vars{'from_dvd'} = 0; $vars{'TEXDIR'} = $vars{'TEXDIRW'}; @@ -1031,7 +1031,7 @@ EOF } } - if (member('DVD', @media_available)) { + if (member('local_uncompressed', @media_available)) { if ($vars{'from_dvd'}) { print "\n <V> set up for installing to hard disk\n"; } else { |