Fix config process for non debug
This commit is contained in:
parent
30514337d1
commit
3ebcb96b0d
@ -1459,7 +1459,7 @@ rm -f kernel-%{version}-*debug.config
|
|||||||
|
|
||||||
# run oldconfig over the config files (except when noarch)
|
# run oldconfig over the config files (except when noarch)
|
||||||
if [ "%{_target_cpu}" != "noarch" ]; then
|
if [ "%{_target_cpu}" != "noarch" ]; then
|
||||||
for i in kernel-*-%{_target_cpu}-*.config
|
for i in kernel-*-%{_target_cpu}*.config
|
||||||
do
|
do
|
||||||
mv $i .config
|
mv $i .config
|
||||||
Arch=`head -1 .config | cut -b 3-`
|
Arch=`head -1 .config | cut -b 3-`
|
||||||
|
Loading…
Reference in New Issue
Block a user