From 44370a2c3f5beffe46eea237e25d023b663bf5cc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Mar 2008 16:18:28 +0000 Subject: fix errors while setting PA preferences (#39270) --- perl-install/harddrake/sound.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index d9b382706..94695d3c8 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -181,7 +181,7 @@ our %oss2alsa = my @blacklist = qw(cs46xx cs4281); my $blacklisted = 0; -my $config_file = '/etc/sysconfig/pulseaudio'; +my $config_file = "$::prefix/etc/sysconfig/pulseaudio"; sub is_user_switching_enabled() { my $output = run_program::get_stdout('polkit-action', '--action', @@ -221,7 +221,7 @@ sub set_pulseaudio { } -my $alsa_routing_config_file = '/etc/alsa/pulse-default.conf'; +my $alsa_routing_config_file = "$::prefix/etc/alsa/pulse-default.conf"; my $disabling_routing = '#DRAKSOUND- '; sub is_pulseaudio_routing_enabled() { @@ -242,7 +242,7 @@ sub set_pulseaudio_routing { -my $pulse_config_file = '/etc/pulse/daemon.conf'; +my $pulse_config_file = "$::prefix/etc/pulse/daemon.conf"; sub is_5_1_in_pulseaudio_enabled() { my ($val) = (cat_($pulse_config_file) =~ /^default-sample-channels\s*=\s*(\d+)/m); #^ -- cgit v1.2.1