summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-05-24 20:17:48 +0000
committerThierry Vignaud <tv@mageia.org>2011-05-24 20:17:48 +0000
commitebe7329aab7a14c9c7dc5253d7ef7e6d56adff14 (patch)
tree2c3c5c20a6fd95807fcd850e836f7031c37ad8a6 /perl-install/install/pkgs.pm
parent5bc1520d66f79b5587dd717dfddf6792e4a21641 (diff)
downloaddrakx-backup-do-not-use-ebe7329aab7a14c9c7dc5253d7ef7e6d56adff14.tar
drakx-backup-do-not-use-ebe7329aab7a14c9c7dc5253d7ef7e6d56adff14.tar.gz
drakx-backup-do-not-use-ebe7329aab7a14c9c7dc5253d7ef7e6d56adff14.tar.bz2
drakx-backup-do-not-use-ebe7329aab7a14c9c7dc5253d7ef7e6d56adff14.tar.xz
drakx-backup-do-not-use-ebe7329aab7a14c9c7dc5253d7ef7e6d56adff14.zip
(_is_kernelServer_needed) perl_checker cleanup
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 92e4f0142..d734ebb73 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -105,7 +105,7 @@ sub packageByName {
$best;
}
-sub _is_kernelServer_needed {
+sub _is_kernelServer_needed() {
arch() =~ /i.86/ && detect_devices::dmi_detect_memory() > 3.8 * 1024 || detect_devices::isServer();
}