diff options
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 112705f69..eea2cf5ca 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -22,7 +22,7 @@ sub interactive::do_pkgs { sub install { my ($o, @l) = @_; $o->{in}->suspend; - my $wait = $in->wait_message('', _("Installing packages...")); + my $wait = $o->{in}->wait_message('', _("Installing packages...")); my $ret = system('urpmi', '--allow-medium-change', '--auto', '--best-output', @l) == 0; undef $wait; $o->{in}->resume; |