From 302893f64975ad9009f131f01db15d77837f8ce6 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Mar 2003 16:20:59 +0000 Subject: fixed return value of check_kernel_module_packages and examination of synthesis file using current interface of urpm library. --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index df4082cb9..e3b7d29e0 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -231,7 +231,7 @@ sub check_kernel_module_packages { $result = [ keys(%select), if_($ext_name, $ext_name) ]; } } - return undef; + return $result; } sub what_provides { -- cgit v1.2.1