Fixed the glob expression for the .config files

This commit is contained in:
Evgenii Shatokhin 2016-07-22 21:33:33 +03:00
parent 05855ebd63
commit a09fd0a0d4

View file

@ -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