microcode_ctl/Fix-compilation-failure-caused-by-tar-upgrade.patch

13 lines
461 B
Diff
Raw Normal View History

diff -Nur a/Makefile b/Makefile
--- a/Makefile 2022-08-10 02:27:01.000000000 +0800
+++ b/Makefile 2023-08-21 10:23:19.374614142 +0800
@@ -21,7 +21,7 @@
MICDIRINTEL = $(MICDIR)/intel-ucode
all:
- tar xf $(MICROCODE_INTEL) --strip 1 */intel-ucode/* */intel-ucode-with-caveats/* \
+ tar xf $(MICROCODE_INTEL) --wildcards --strip 1 */intel-ucode/* */intel-ucode-with-caveats/* \
--one-top-level=intel-ucode --strip-components=2 --backup=simple
clean: