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 | |
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')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 6 | ||||
-rw-r--r-- | Master/tlpkg/installer/installer-options.txt | 2 |
2 files changed, 5 insertions, 3 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; diff --git a/Master/tlpkg/installer/installer-options.txt b/Master/tlpkg/installer/installer-options.txt index 1e8ff56b8cd..cd8c838bc16 100644 --- a/Master/tlpkg/installer/installer-options.txt +++ b/Master/tlpkg/installer/installer-options.txt @@ -60,7 +60,7 @@ option_letter 0 x x x use letter install-tl: sub do_postinst_stuff -option_path 0 x x w32?? +option_path 0 x x path adjustment not saved into the local TLPDB only for install time setting |