From 48105b57aafe430be098547e0e72159b90cbdba8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 4 Jul 2009 21:57:19 +0000 Subject: don't ask for path adjustment in the wizard git-svn-id: svn://tug.org/texlive/trunk@14098 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-wizard.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/installer/install-menu-wizard.pl') 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; -- cgit v1.2.3