Blame SOURCES/0008-Fix-typo-in-debug-path-in-shim.h.patch

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