--- install.pl.orig	2008-08-27 20:37:31.000000000 +0300
+++ install.pl	2008-08-28 12:02:27.000000000 +0300
@@ -2450,7 +2450,7 @@ sub check_linux_dependencies
                     exit 1;
                 }
                 # kernel sources required
-                if ( not -d "$kernel_sources/" ) {
+                if ( not -d "$kernel_sources/" or ($distro eq 'SuSE' and not is_installed("kernel-source")) {
                     print RED "$kernel_sources is required to build $package RPM.", RESET "\n";
                     print RED "Please install the corresponding kernel-source or kernel-devel RPM.", RESET "\n";
                     $err++;
