mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
Fixed the glob expression for the .config files
This commit is contained in:
parent
05855ebd63
commit
a09fd0a0d4
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ for flav in ${FLAVOURS}; do
|
|||
done
|
||||
|
||||
# Remove the no longer needed parts of the config files
|
||||
rm -f ./kernel.*.config
|
||||
rm -f ./kernel*.config
|
||||
|
||||
# make sure the kernel has the sublevel we know it has...
|
||||
LC_ALL=C perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue