diff options
Diffstat (limited to 'Master/tlpkg/installer')
-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 |