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 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') 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) = @_; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index eb6569c68..2e77407e9 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - don't crash on invalid partition table +- fix paths for installer (#47871) Version 11.86 - 12 February 2009 -- cgit v1.2.1