Author: thomas
Date: Sat Dec  9 19:07:33 2006
New Revision: 94244

Modified:
   packages/cooker/kernel-tmb/current/SPECS/kernel-tmb.spec

Log:
fix include/linux/config.h install point

Modified: packages/cooker/kernel-tmb/current/SPECS/kernel-tmb.spec
==============================================================================
--- packages/cooker/kernel-tmb/current/SPECS/kernel-tmb.spec    (original)
+++ packages/cooker/kernel-tmb/current/SPECS/kernel-tmb.spec    Sat Dec  9 
19:07:33 2006
@@ -1073,6 +1073,9 @@
 
 %{patches_dir}/scripts/apply_patches
 
+# FIXME: Re-add config.h to support our Autoconf
+install -m 644 %{SOURCE14} include/linux/config.h
+
 # PATCH END
 #
 # Setup Begin
@@ -1355,7 +1358,6 @@
 
 # Install support for autoconf
 pushd %{target_source}/include/linux ; {
-install -m 644 %{SOURCE14} config.h
 install -m 644 %{SOURCE15} rhconfig.h
 rm -rf autoconf.h version.h
 
@@ -2027,6 +2029,7 @@
 
 %changelog
 * Sat Dec  9 2006 Thomas Backlund <[EMAIL PROTECTED]> 2.6.19-3mdv
+- fix include/linux/config.h install point
 
 * Sat Dec  9 2006 Thomas Backlund <[EMAIL PROTECTED]> 2.6.19-2mdv
 - readd include/linux/config.h until the autoconf stuff is reworked

Reply via email to