Fix config process for non debug
This commit is contained in:
parent
30514337d1
commit
3ebcb96b0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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-`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue