summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/harddrake/sound.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 1 deletions
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