[kernel] Fix config process for non debug

Justin M. Forbes jforbes at fedoraproject.org
Tue Apr 3 04:07:00 UTC 2012


commit 3ebcb96b0d784e97a982c6367b18921e3381f23a
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Mon Apr 2 23:08:36 2012 -0500

    Fix config process for non debug

 kernel.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 034c4dc..c6d43f5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1459,7 +1459,7 @@ rm -f kernel-%{version}-*debug.config
 
 # run oldconfig over the config files (except when noarch)
 if [ "%{_target_cpu}" != "noarch" ]; then
-  for i in kernel-*-%{_target_cpu}-*.config
+  for i in kernel-*-%{_target_cpu}*.config
   do
     mv $i .config
     Arch=`head -1 .config | cut -b 3-`


More information about the scm-commits mailing list