From a182f456402796860442dc32c9b0d8ea5ae00464 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2008 15:01:13 +0000 Subject: (switch) remove typo fix from last commit that was here for debugging --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/sound.pm') 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'); } }; -- cgit v1.2.1