Blame SOURCES/0008-Fix-typo-in-debug-path-in-shim.h.patch
|
|
00e791 |
From 409b59af29b8749207a527c91dccba7eee98232b Mon Sep 17 00:00:00 2001
|
|
|
00e791 |
From: Gary Lin <glin@suse.com>
|
|
|
00e791 |
Date: Wed, 23 May 2018 15:15:56 +0800
|
|
|
00e791 |
Subject: [PATCH 08/62] Fix typo in debug path in shim.h
|
|
|
00e791 |
|
|
|
00e791 |
Signed-off-by: Gary Lin <glin@suse.com>
|
|
|
00e791 |
Upstream-commit-id: a98c20bbdbb
|
|
|
00e791 |
---
|
|
|
00e791 |
shim.h | 8 ++++----
|
|
|
00e791 |
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
00e791 |
|
|
|
00e791 |
diff --git a/shim.h b/shim.h
|
|
|
00e791 |
index a25a660df6a..2b359d821e3 100644
|
|
|
00e791 |
--- a/shim.h
|
|
|
00e791 |
+++ b/shim.h
|
|
|
00e791 |
@@ -43,7 +43,7 @@
|
|
|
00e791 |
#define EFI_ARCH L"x64"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#ifndef DEBUGDIR
|
|
|
00e791 |
-#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/x64/"
|
|
|
00e791 |
+#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/x64/"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#endif
|
|
|
00e791 |
|
|
|
00e791 |
@@ -58,7 +58,7 @@
|
|
|
00e791 |
#define EFI_ARCH L"ia32"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#ifndef DEBUGDIR
|
|
|
00e791 |
-#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/ia32/"
|
|
|
00e791 |
+#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/ia32/"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#endif
|
|
|
00e791 |
|
|
|
00e791 |
@@ -73,7 +73,7 @@
|
|
|
00e791 |
#define EFI_ARCH L"aa64"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#ifndef DEBUGDIR
|
|
|
00e791 |
-#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/aa64/"
|
|
|
00e791 |
+#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/aa64/"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#endif
|
|
|
00e791 |
|
|
|
00e791 |
@@ -88,7 +88,7 @@
|
|
|
00e791 |
#define EFI_ARCH L"arm"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#ifndef DEBUGDIR
|
|
|
00e791 |
-#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/arm/"
|
|
|
00e791 |
+#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/arm/"
|
|
|
00e791 |
#endif
|
|
|
00e791 |
#endif
|
|
|
00e791 |
|
|
|
00e791 |
--
|
|
|
00e791 |
2.26.2
|
|
|
00e791 |
|