From 0ea335e8b5da4ca2016f35a07f0eff2b6ed4db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 13 Feb 2006 11:08:00 +0000 Subject: fix acpi initializer (pixel) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 135626395..a1208e5cd 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -640,7 +640,7 @@ sub summaryAfter { my ($o) = @_; require bootloader; - my $acpi = bootloader::get_append($o->{bootloader}, 'acpi') or 'on'; + my $acpi = bootloader::get_append($o->{bootloader}, 'acpi') || 'on'; if (!member($acpi, 'off', 'ht') && !(-x "$::prefix/usr/bin/acpi" && -x "$::prefix/usr/sbin/acpid")) { $o->do_pkgs->install(qw(acpi acpid)); } -- cgit v1.2.1