You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
549 B
13 lines
549 B
Index: microcode_ctl-2.1-18/Makefile |
|
=================================================================== |
|
--- microcode_ctl-2.1-18.orig/Makefile 2019-04-16 00:47:14.671953255 +0200 |
|
+++ microcode_ctl-2.1-18/Makefile 2019-04-16 00:57:29.656380940 +0200 |
|
@@ -23,7 +23,7 @@ |
|
MICDIRINTEL = $(MICDIR)/intel-ucode |
|
|
|
all: microcode_ctl |
|
- tar -xf $(MICROCODE_INTEL) ./intel-ucode |
|
+ tar -xf ${MICROCODE_INTEL} --wildcards --strip-components=1 \*/intel-ucode |
|
|
|
microcode_ctl: intel-microcode2ucode.c |
|
$(CC) $(CFLAGS) -o $(PROGRAM) intel-microcode2ucode.c
|
|
|