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

ccd24f
Index: microcode_ctl-2.1-18/Makefile
4eb1a6
===================================================================
ccd24f
--- microcode_ctl-2.1-18.orig/Makefile	2018-08-16 04:48:33.466867302 +0200
ccd24f
+++ microcode_ctl-2.1-18/Makefile	2018-08-16 04:55:46.140598645 +0200
4eb1a6
@@ -29,14 +29,13 @@
ccd24f
 	$(CC) $(CFLAGS) -o $(PROGRAM) intel-microcode2ucode.c
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) \