From dd69e88fd99d677d3cc1b62f709e98d4f648bbf2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Feb 2009 10:17:58 +0000 Subject: fix paths for installer (#47871) --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 00a778db0..d5becd85c 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -241,7 +241,7 @@ sub set_pulseaudio_routing { } -my $pa_client_conffile = '/etc/pulse/client.conf'; +my $pa_client_conffile = "$::prefix/etc/pulse/client.conf"; sub set_PA_autospan { my ($val) = @_; -- cgit v1.2.1