Blame SOURCES/microcode_ctl-ignore-first-directory-level-in-archive.patch

742279
Index: microcode_ctl-2.1-18/Makefile
742279
===================================================================
742279
--- microcode_ctl-2.1-18.orig/Makefile	2019-04-16 00:47:14.671953255 +0200
742279
+++ microcode_ctl-2.1-18/Makefile	2019-04-16 00:57:29.656380940 +0200
742279
@@ -23,7 +23,7 @@
742279
 MICDIRINTEL     = $(MICDIR)/intel-ucode
742279
 
742279
 all: microcode_ctl
742279
-	tar -xf $(MICROCODE_INTEL) ./intel-ucode
742279
+	tar -xf ${MICROCODE_INTEL} --wildcards --strip-components=1 \*/intel-ucode
742279
 
742279
 microcode_ctl: intel-microcode2ucode.c
742279
 	$(CC) $(CFLAGS) -o $(PROGRAM) intel-microcode2ucode.c