diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-05-20 14:18:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-05-20 14:18:56 +0000 |
commit | 1ff59c58daa8365ec7f5f568892b0eb2723e508a (patch) | |
tree | 937b1965fa468235207733c3c852db5191a3b044 | |
parent | 84661b3b21ec0a2f74e285f77f077297d2cd419d (diff) | |
download | drakx-1ff59c58daa8365ec7f5f568892b0eb2723e508a.tar drakx-1ff59c58daa8365ec7f5f568892b0eb2723e508a.tar.gz drakx-1ff59c58daa8365ec7f5f568892b0eb2723e508a.tar.bz2 drakx-1ff59c58daa8365ec7f5f568892b0eb2723e508a.tar.xz drakx-1ff59c58daa8365ec7f5f568892b0eb2723e508a.zip |
typo fix due to debugging (#40796)
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index ea6736bab..885e48d1f 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -332,7 +332,7 @@ sub switch { set_user_switching($is_user_switching); if ($is_pulseaudio_routing_enabled) { $in->do_pkgs->ensure_is_installed('alsa-plugins-pulseaudio', '/usr/' . (arch() =~ /x86_64/ ? 'lib64' : 'lib') - .'/alsa-lib/libasound_module_pcm_pulse.so2'); + .'/alsa-lib/libasound_module_pcm_pulse.so'); } if ($old_value ne $is_pulseaudio_enabled) { require any; |