diff options
| author | Gary Lin <glin@suse.com> | 2018-05-23 15:15:56 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2020-07-23 20:51:18 -0400 |
| commit | 409b59af29b8749207a527c91dccba7eee98232b (patch) | |
| tree | 6ba12f1a14cbe98f346af30f6e173f3d3109afa5 | |
| parent | c2f645c7cd9872585e7b4522b01c368bb545258b (diff) | |
| download | efi-boot-shim-409b59af29b8749207a527c91dccba7eee98232b.tar.gz efi-boot-shim-409b59af29b8749207a527c91dccba7eee98232b.zip | |
Fix typo in debug path in shim.h
Signed-off-by: Gary Lin <glin@suse.com>
Upstream-commit-id: a98c20bbdbb
| -rw-r--r-- | shim.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,7 +43,7 @@ #define EFI_ARCH L"x64" #endif #ifndef DEBUGDIR -#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/x64/" +#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/x64/" #endif #endif @@ -58,7 +58,7 @@ #define EFI_ARCH L"ia32" #endif #ifndef DEBUGDIR -#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/ia32/" +#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/ia32/" #endif #endif @@ -73,7 +73,7 @@ #define EFI_ARCH L"aa64" #endif #ifndef DEBUGDIR -#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/aa64/" +#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/aa64/" #endif #endif @@ -88,7 +88,7 @@ #define EFI_ARCH L"arm" #endif #ifndef DEBUGDIR -#define DEBUGDIR L"/usr/lub/debug/usr/share/shim/arm/" +#define DEBUGDIR L"/usr/lib/debug/usr/share/shim/arm/" #endif #endif |
