From 4b1e5a783ad0ceab4640d3e0359ed253439b5d3c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 7 Jan 2000 11:56:31 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index be7c75257..18e5a5bcd 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -609,6 +609,8 @@ sub main { modules::read_stage1_conf("/tmp/conf.modules"); modules::read_already_loaded(); + install_any::lnx4win_preinstall() if $o->{lnx4win}; + #-the main cycle my $clicked = 0; MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep()) { -- cgit v1.2.1