From 19f8355306d375d7b3b8d074be6b0359455b0376 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 8 Sep 2001 23:51:12 +0000 Subject: force exitInstall to be non automatic --- perl-install/install_steps_auto_install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index a98bbadc8..8f0181626 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -18,7 +18,7 @@ sub new { # Handle legacy options $o->{interactive} ||= 'gtk' if $graphical || !is_empty_array_ref($o->{interactiveSteps}); $o->{interactiveSteps} ||= [ @graphical_steps ]; - push @{$o->{interactiveSteps}}, qw(installPackages); + push @{$o->{interactiveSteps}}, qw(installPackages exitInstall); if ($o->{interactive}) { my $interactiveClass = "install_steps_$o->{interactive}"; -- cgit v1.2.1