From d44338b17a75abb1bb711f92d987894c27487b19 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Jun 2005 06:41:44 +0000 Subject: fix typo in previous commit --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 0bf784090..c111d117c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -846,7 +846,7 @@ sub default_packages { push @l, "numlock" if $o->{miscellaneous}{numlock}; push @l, "mdadm" if !is_empty_array_ref($o->{all_hds}{raids}); push @l, "lvm2" if !is_empty_array_ref($o->{all_hds}{lvms}); - push @l, "dmraid" if any { $_->{bus} =~ /^dmraid_/ } $o->{all_hds}{hds}; + push @l, "dmraid" if any { $_->{bus} =~ /^dmraid_/ } @{$o->{all_hds}{hds}}; push @l, "alsa", "alsa-utils" if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4; push @l, detect_devices::probe_name('Pkg'); -- cgit v1.2.1