From 9af62ba6e374d25871a54819e4ddda6486d3db9e Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 1 Apr 2022 10:57:35 +0300 Subject: [PATCH] Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macro --- Ports/dmidecode/patches/dmidecode.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/dmidecode/patches/dmidecode.patch b/Ports/dmidecode/patches/dmidecode.patch index b4265e61133..c5d2fa10a8b 100644 --- a/Ports/dmidecode/patches/dmidecode.patch +++ b/Ports/dmidecode/patches/dmidecode.patch @@ -6,7 +6,7 @@ diff -u b/dmidecode.c b/dmidecode.c #define FLAG_STOP_AT_EOT (1 << 1) -#define SYS_FIRMWARE_DIR "/sys/firmware/dmi/tables" -+#define SYS_FIRMWARE_DIR "/sys/bios" ++#define SYS_FIRMWARE_DIR "/sys/firmware/bios" #define SYS_ENTRY_FILE SYS_FIRMWARE_DIR "/smbios_entry_point" #define SYS_TABLE_FILE SYS_FIRMWARE_DIR "/DMI"