Skip to content

Commit

Permalink
Fix typo in debug path in shim.h
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Lin <[email protected]>
  • Loading branch information
lcp authored and vathpela committed Jul 18, 2018
1 parent 852091d commit a98c20b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shim.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit a98c20b

Please sign in to comment.