From 5924cab0393c4133126cf8f63656729616085840 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 3 Jan 2005 17:22:45 +0000 Subject: '--best-output' is no longer an urpmi option (and it's not necessary anyway since --auto is specified) --- perl-install/do_pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/do_pkgs.pm') diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index dd39c749e..864c8dac9 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -172,7 +172,7 @@ sub install { my $_wait = $do->in->wait_message('', N("Installing packages...")); $do->in->suspend; log::explanations("installed packages @l"); - my $ret = system('urpmi', '--allow-medium-change', '--auto', '--best-output', '--no-verify-rpm', @l) == 0; + my $ret = system('urpmi', '--allow-medium-change', '--auto', '--no-verify-rpm', @l) == 0; $do->in->resume; $ret; } -- cgit v1.2.1