summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-30 06:41:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-30 06:41:44 +0000
commitd44338b17a75abb1bb711f92d987894c27487b19 (patch)
tree1aa52e330c4a63a6b638ffbdec15d392f89b0839 /perl-install/install_any.pm
parent92a3c2362a5a53fbbbe3d8625313969ef81b765b (diff)
downloaddrakx-backup-do-not-use-d44338b17a75abb1bb711f92d987894c27487b19.tar
drakx-backup-do-not-use-d44338b17a75abb1bb711f92d987894c27487b19.tar.gz
drakx-backup-do-not-use-d44338b17a75abb1bb711f92d987894c27487b19.tar.bz2
drakx-backup-do-not-use-d44338b17a75abb1bb711f92d987894c27487b19.tar.xz
drakx-backup-do-not-use-d44338b17a75abb1bb711f92d987894c27487b19.zip
fix typo in previous commit
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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');