Fix for the f8 build issue.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 16 Mar 2009 23:03:58 +0000 (23:03 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 16 Mar 2009 23:03:58 +0000 (23:03 +0000)
kernel-2.6.spec

index f316fc0..643895a 100644 (file)
@@ -462,6 +462,7 @@ BuildKernel() {
     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
 %if %{headers}
     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
+    find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
 %endif