Fixed kernel sources path for 'smp' kernels. captive
authorshort <>
Wed, 11 Aug 2004 08:49:41 +0000 (08:49 +0000)
committershort <>
Wed, 11 Aug 2004 08:49:41 +0000 (08:49 +0000)
kernel/Linux/prepmod.in

index 67017ae..8acdf0f 100755 (executable)
@@ -134,7 +134,7 @@ my $moduledir="/lib/modules/$uname_r$uname_smp/kernel/fs/lufs";
 print STDERR "Destination module directory: $moduledir\n" if !$quiet;
 
 my @kernel_paths=(
-                               "/lib/modules/$uname_r/build",
+                               "/lib/modules/$uname_r$uname_smp/build",
                                "/usr/src/kernel-headers-$uname_r",
                                "/usr/src/linux-$uname_r",
                                "/usr/src/linux-$uname_r_base",