diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-21 12:56:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-21 12:56:48 +0000 |
commit | b8a069fc247e34fff755ae64bd33423fcee62fa1 (patch) | |
tree | 157e70228f674278bc85f05c76fe182359c4a237 /perl-install/install_steps_interactive.pm | |
parent | d3ad34d44d95c630499a0c2fff717b204e18361d (diff) | |
download | drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.gz drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.bz2 drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.tar.xz drakx-b8a069fc247e34fff755ae64bd33423fcee62fa1.zip |
install aoss too when installing ALSA
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index fffc4b81d..ec0b47af0 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1038,7 +1038,7 @@ sub summary { val => sub {}, clicked => sub { if ($o->ask_yesorno('', N("Do you have an ISA sound card?"))) { - $o->do_pkgs->install(qw(alsa-utils sndconfig)); + $o->do_pkgs->install(qw(alsa-utils sndconfig aoss)); $o->ask_warn('', N("Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound card")); } else { $o->ask_warn('', N("No sound card detected. Try \"harddrake\" after installation")); |