Blame SOURCES/microcode_ctl-do-not-merge-ucode-with-caveats.patch

ccd24f
Do not extract intel-ucode-with-caveats into the same directory as it needs
ccd24f
special handling.
ccd24f
Index: microcode_ctl-2.1-18/Makefile
ccd24f
===================================================================
ccd24f
--- microcode_ctl-2.1-18.orig/Makefile	2018-07-09 08:55:53.000000000 +0200
ccd24f
+++ microcode_ctl-2.1-18/Makefile	2018-07-20 17:52:34.767187807 +0200
ccd24f
@@ -21,8 +21,7 @@
ccd24f
 MICDIRINTEL     = $(MICDIR)/intel-ucode
ccd24f
 
ccd24f
 all:
ccd24f
-	tar xf $(MICROCODE_INTEL) ./intel-ucode/* ./intel-ucode-with-caveats/* \
ccd24f
-	       	--one-top-level=intel-ucode --strip-components=2 --backup=simple
ccd24f
+	tar -xf $(MICROCODE_INTEL) ./intel-ucode
ccd24f
 
ccd24f
 clean:
ccd24f
 	rm -rf intel-ucode