diff options
author | Norbert Preining <preining@logic.at> | 2009-07-04 21:57:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-04 21:57:19 +0000 |
commit | 48105b57aafe430be098547e0e72159b90cbdba8 (patch) | |
tree | 51f8329c0856df3d340a19ced4b3d3c726fbe078 /Master/tlpkg/installer/install-menu-wizard.pl | |
parent | d2e7aa1150dc3c9e5a0c1f2c77efc515f5ead9ae (diff) |
don't ask for path adjustment in the wizard
git-svn-id: svn://tug.org/texlive/trunk@14098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 027a86914ac..c1b7c632131 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -336,8 +336,10 @@ sub ask_options { $ytmp += 50; $bassocs->place(-x => 0, -y => $ytmp); - $ytmp += 50; - $bpath->place(-x => 0, -y => $ytmp); + # disabled after discussion, PATH will be set up automatically + # when using the wizard + # $ytmp += 50; + # $bpath->place(-x => 0, -y => $ytmp); if (admin()) { $ytmp += 50; |