summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-05-13 15:01:13 +0000
committerThierry Vignaud <tv@mandriva.org>2008-05-13 15:01:13 +0000
commita182f456402796860442dc32c9b0d8ea5ae00464 (patch)
treef5b8c43127d59d40132054b54c7cc81378cccf1a /perl-install/harddrake/sound.pm
parentb9dfbf2c7c4f186dfb0c531a1ead175610c81073 (diff)
downloaddrakx-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/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
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');
}
};