summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Coulson <chris.coulson@canonical.com>2021-02-19 17:37:00 +0000
committerPeter Jones <pjones@redhat.com>2021-02-19 16:06:40 -0500
commitaaa7b427a55861dc07ca2d3c3bc6959bd8a82e1e (patch)
treeb418237b1350de04c79adf657898783e68e82e34
parent9bef30f52951572a37cd83057aea676721c52380 (diff)
downloadefi-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eaed19a3..0cd45b91 100644
--- a/Makefile
+++ b/Makefile
@@ -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