diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-16 11:32:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-16 11:32:18 +0000 |
commit | 56677097a17593dfad30902afd65892e8fac7a88 (patch) | |
tree | 9e6fd5c29887fa9e90cf83d3cec15af30c34deba /perl-install | |
parent | 26a69b0801a55d082ba088d57ba2781b196d7a64 (diff) | |
download | drakx-56677097a17593dfad30902afd65892e8fac7a88.tar drakx-56677097a17593dfad30902afd65892e8fac7a88.tar.gz drakx-56677097a17593dfad30902afd65892e8fac7a88.tar.bz2 drakx-56677097a17593dfad30902afd65892e8fac7a88.tar.xz drakx-56677097a17593dfad30902afd65892e8fac7a88.zip |
alsaconf is in alsa-utils package (bug 10358)
Diffstat (limited to 'perl-install')
-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 ef46bda75..a059f92b0 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -984,7 +984,7 @@ sub summary { val => sub {}, clicked => sub { if ($o->ask_yesorno('', N("Do you have an ISA sound card?"))) { - $o->do_pkgs->install(qw(alsaconf sndconfig)); + $o->do_pkgs->install(qw(alsa-utils sndconfig)); $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")); |