summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-07-04 15:40:28 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-04 15:58:15 +0200
commit9def7d97133a33206576551909f5ff9f28fed709 (patch)
treea8e70f9a41c6dde583c6e13d69bf012f12f3dbe4 /perl-install/harddrake/sound.pm
parent0fe6821e92a6a5b0b5c1c2b1bb0955899d998135 (diff)
downloaddrakx-9def7d97133a33206576551909f5ff9f28fed709.tar
drakx-9def7d97133a33206576551909f5ff9f28fed709.tar.gz
drakx-9def7d97133a33206576551909f5ff9f28fed709.tar.bz2
drakx-9def7d97133a33206576551909f5ff9f28fed709.tar.xz
drakx-9def7d97133a33206576551909f5ff9f28fed709.zip
perl_checker cleanup
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 5ca93d837..f9c091500 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -84,7 +84,7 @@ sub config {
push @alternative, $driver;
my %des = modules::category2modules_and_description('multimedia/sound');
- my $is_pulseaudio_installed = (-f $pa_startup_scriptfile && -d '/etc/sound/profiles/pulse');
+ my $is_pulseaudio_installed = -f $pa_startup_scriptfile && -d '/etc/sound/profiles/pulse';
my $is_pulseaudio_enabled = is_pulseaudio_enabled();
my $is_pulseaudio_glitchfree_enabled = is_pulseaudio_glitchfree_enabled();