Blame SOURCES/microcode_ctl-do-not-install-intel-ucode.patch

4eb1a6
Index: microcode_ctl-2.1-14/Makefile
4eb1a6
===================================================================
4eb1a6
--- microcode_ctl-2.1-14.orig/Makefile	2018-08-29 04:23:03.368699515 +0200
4eb1a6
+++ microcode_ctl-2.1-14/Makefile	2018-08-29 04:24:00.498140839 +0200
4eb1a6
@@ -29,14 +29,13 @@
4eb1a6
 	tar -xf $(MICROCODE_INTEL)
4eb1a6
 
4eb1a6
 clean:
4eb1a6
-	rm -rf $(PROGRAM) intel-ucode
4eb1a6
+	rm -rf $(PROGRAM)
4eb1a6
 
4eb1a6
 install:
4eb1a6
 	$(INS) -d $(DESTDIR)$(INSDIR) $(DESTDIR)$(DOCDIR) \
4eb1a6
 		$(DESTDIR)$(MICDIRINTEL)
4eb1a6
 	$(INS) -m 755 $(PROGRAM) $(DESTDIR)$(INSDIR)
4eb1a6
 	$(INS) -m 644 README $(DESTDIR)$(DOCDIR)
4eb1a6
-	$(INS) -m 644 intel-ucode/* $(DESTDIR)$(MICDIRINTEL)
4eb1a6
 
4eb1a6
 uninstall:
4eb1a6
 	rm -rf $(DESTDIR)$(INSDIR)/$(PROGRAM) \