From 23c5302dd80eac2c4456e007b4c142ef573e33cd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 28 Nov 2005 18:27:53 +0000 Subject: (do_switch) make package installation actually work --- perl-install/harddrake/sound.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 96f50ae58..44b437ffc 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -200,7 +200,8 @@ sub do_switch { $modules_conf->set_sound_slot("sound-slot-$index", $new_driver); $modules_conf->write; if ($new_driver =~ /^snd-/) { # new driver is an alsa one - $in->do_pkgs->ensure_binary_is_installed(qw(alsactl alsa-utils aoss)); + $in->do_pkgs->ensure_binary_is_installed(@$_) foreach ([ qw(alsa-utils alsactl) ], + [ qw(aoss aoss) ]); rooted("service alsa start") if $::isStandalone && !$blacklisted; rooted("/sbin/chkconfig --add alsa") if $::isStandalone; load($modules_conf, $new_driver) if $::isStandalone; # service alsa is buggy -- cgit v1.2.1