From 5970e660017e7b694a7672d014a46e4916de22d5 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 30 Aug 2002 18:18:17 +0000 Subject: fixed call to pkgs::remove. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 989fcba41..7e130333b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -356,7 +356,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! if (%{$packages->{state}{ask_remove} || {}}) { log::l("removing : ", join ', ', keys %{$packages->{state}{ask_remove}}); - pkgs::remove($o->{prefix}, keys %{$packages->{state}{ask_remove}}); + pkgs::remove($o->{prefix}, [ keys %{$packages->{state}{ask_remove}} ]); } #- small transaction will be built based on this selection and depslist. -- cgit v1.2.1