summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-30 11:43:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-30 11:43:09 +0000
commite36755ce9e05cbc71812fc50479420d4e7d78a00 (patch)
tree763d988c02e90a84fbab1066e54cddddf9a07c83
parentc4aa1127f8822c08a26f2d03d0db6b3520919045 (diff)
downloaddrakx-backup-do-not-use-e36755ce9e05cbc71812fc50479420d4e7d78a00.tar
drakx-backup-do-not-use-e36755ce9e05cbc71812fc50479420d4e7d78a00.tar.gz
drakx-backup-do-not-use-e36755ce9e05cbc71812fc50479420d4e7d78a00.tar.bz2
drakx-backup-do-not-use-e36755ce9e05cbc71812fc50479420d4e7d78a00.tar.xz
drakx-backup-do-not-use-e36755ce9e05cbc71812fc50479420d4e7d78a00.zip
(setDefaultPackages) perl_checker cleanup
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 9d52210f5..aa9478db7 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -651,7 +651,7 @@ sub setDefaultPackages {
my %dmi = map { $_->{name} => $_ } detect_devices::dmidecode();
if ($dmi{System}{Manufacturer} eq "Dell Computer" && member($dmi{System}{'Product Name'}, qw(Inspiron Latitude))) {
modules::append_to_modules_loaded_at_startup($_, 'i8k') foreach "$::prefix/etc/modules", "$::prefix/etc/modprobe.preload";
- push @{$o->{default_packages}}, "i8kutils"
+ push @{$o->{default_packages}}, "i8kutils";
}
if ($dmi{System}{Manufacturer} eq 'TOSHIBA' && $dmi{BIOS}{Vendor} eq 'TOSHIBA') {
modules::append_to_modules_loaded_at_startup($_, 'toshiba') foreach "$::prefix/etc/modules", "$::prefix/etc/modprobe.preload";