From 0d29c565923c075f73af4c734caa13c58c0dc247 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Oct 2008 11:10:43 +0000 Subject: fix typo (thanks titi) --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 9326bb600..f89881145 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -12,7 +12,7 @@ sub rpmsrate_rate_max() { } sub rpmsrate_rate_default() { - devices::need_light_desktop() ? 5 : 4; + detect_devices::need_light_desktop() ? 5 : 4; } sub read_rpmsrate_raw { -- cgit v1.2.1