diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-05-13 15:01:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-05-13 15:01:13 +0000 |
commit | a182f456402796860442dc32c9b0d8ea5ae00464 (patch) | |
tree | f5b8c43127d59d40132054b54c7cc81378cccf1a /perl-install/harddrake | |
parent | b9dfbf2c7c4f186dfb0c531a1ead175610c81073 (diff) | |
download | drakx-a182f456402796860442dc32c9b0d8ea5ae00464.tar drakx-a182f456402796860442dc32c9b0d8ea5ae00464.tar.gz drakx-a182f456402796860442dc32c9b0d8ea5ae00464.tar.bz2 drakx-a182f456402796860442dc32c9b0d8ea5ae00464.tar.xz drakx-a182f456402796860442dc32c9b0d8ea5ae00464.zip |
(switch) remove typo fix from last commit that was here for debugging
Diffstat (limited to 'perl-install/harddrake')
-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 b94ae4c45..63d2def3c 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -330,7 +330,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'); } }; |