diff options
| author | Chris Coulson <chris.coulson@canonical.com> | 2021-02-19 17:37:00 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-02-19 16:06:40 -0500 |
| commit | aaa7b427a55861dc07ca2d3c3bc6959bd8a82e1e (patch) | |
| tree | b418237b1350de04c79adf657898783e68e82e34 | |
| parent | 9bef30f52951572a37cd83057aea676721c52380 (diff) | |
| download | efi-boot-shim-aaa7b427a55861dc07ca2d3c3bc6959bd8a82e1e.tar.gz efi-boot-shim-aaa7b427a55861dc07ca2d3c3bc6959bd8a82e1e.zip | |
build: Pass the correct paths to sbsign
Signed-off-by: Chris Coulson <chris.coulson@canonical.com>
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -231,8 +231,8 @@ endif ifneq ($(origin ENABLE_SBSIGN),undefined) %.efi.signed: %.efi shim.key shim.crt @$(SBSIGN) \ - --key certdb/shim.key \ - --cert certdb/shim.crt \ + --key shim.key \ + --cert shim.crt \ --output $@ $< else %.efi.signed: %.efi certdb/secmod.db |
