From a09fd0a0d4c790eccc5cc403bf600da3ffa2c9c6 Mon Sep 17 00:00:00 2001 From: Evgenii Shatokhin Date: Fri, 22 Jul 2016 21:33:33 +0300 Subject: [PATCH] Fixed the glob expression for the .config files --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index f64c199..fe418c7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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