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

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