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