diff options
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 c1b7c632131..aaab3891c07 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -333,8 +333,10 @@ sub ask_options { $ytmp += 50; $bdesk->place(-x => 0, -y => $ytmp); - $ytmp += 50; - $bassocs->place(-x => 0, -y => $ytmp); + # now that we only create assocs if there aren't any other by default + # we don't ask that anymore + #$ytmp += 50; + #$bassocs->place(-x => 0, -y => $ytmp); # disabled after discussion, PATH will be set up automatically # when using the wizard |