diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:58:39 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:58:39 -0400 |
| commit | 402fafb47564efc2281966aa39f9d2d25d73aec4 (patch) | |
| tree | fb6b58fbdb6082a5bdfd2247f6510998fe45e959 /debian/rules | |
| parent | 661d3ea1dc23ebe589593dd9cc772a1d436c417b (diff) | |
| download | efi-boot-shim-402fafb47564efc2281966aa39f9d2d25d73aec4.tar.gz efi-boot-shim-402fafb47564efc2281966aa39f9d2d25d73aec4.zip | |
Set ENABLE_SBSIGN, to use sbsign instead of pesign for signing fallback and MokManager.
Also drop debian/patches/sbsigntool-no-pesign: with this change from upstream
it is no longer needed..
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b5f21367..3dc47aee 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ override_dh_auto_build: MAKELEVEL=0 \ EFI_PATH=/usr/lib \ ENABLE_SHIM_CERT=1 \ + ENABLE_SBSIGN=1 \ VENDOR_CERT_FILE=$(cert) override_dh_fixperms: |
