Whamcloud - gitweb
set LINUX26 in 2.6-rhel4 to get correct building instructions
authornic <nic>
Fri, 4 Mar 2005 16:11:50 +0000 (16:11 +0000)
committernic <nic>
Fri, 4 Mar 2005 16:11:50 +0000 (16:11 +0000)
only grab Kerntypes and symvers on suse, rhel4 does not have them

build/lustre-kernel-2.4.spec.in

index c730f57..07fb3de 100644 (file)
@@ -451,9 +451,11 @@ EOF
 /boot/efi/redhat/%{kernel_glob}${flavor}
 %endif
 %if %{linux26}
+%if %{susebuild}
 /boot/Kerntypes-%{KVERREL}${flavor}
 /boot/symvers-%{KVERREL}-%{_target_cpu}${flavor}.gz
 %endif
+%endif
 EOF
 
 done