From 7f2320264169bbbc425e99e14d9c9330a8cc4398 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 14 Sep 2001 15:06:47 +0000 Subject: bugfix --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1