diff options
-rw-r--r-- | gurpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ sub do_install_3 { foreach my $pkg (sort { $a->name cmp $b->name } @{$urpm->{depslist}}[keys %{$state->{selected}}]) { $pkg->arch ne 'src' and push @to_install, scalar $pkg->fullname; } - @to_install + @to_install > 1 ? ask_continue(N( "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n\nIs this OK?", scalar(@to_install), join "\n", @to_install |