summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2017-08-29 22:38:38 -0400
committerMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2017-08-29 22:38:38 -0400
commit3f5806e428da5992390aca796d8cbaa72879337d (patch)
tree63ef69310238bffe2f04f3696cc40a3168237599
parentf841331ca35ec67599457bb1cd102a0f6a195025 (diff)
downloadefi-boot-shim-3f5806e428da5992390aca796d8cbaa72879337d.tar.gz
efi-boot-shim-3f5806e428da5992390aca796d8cbaa72879337d.zip
Set EFIDIR=ubuntu for dh_auto_install; that will let files be installed in the "right" final directories, and makes boot.csv for us.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 55f902e3..0c33fcb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ shim (12+1503074702.5202f80-0ubuntu1) UNRELEASED; urgency=medium
options: set MAKELEVEL.
- Define an EFI_ARCH variable, and use that for paths to shim. This
makes it possible to build a shim for other architectures than amd64.
+ - Set EFIDIR=ubuntu for dh_auto_install; that will let files be installed
+ in the "right" final directories, and makes boot.csv for us.
- Set ENABLE_SHIM_CERT, to keep using ephemeral self-signed certs built
at compile-time for MokManager and fallback.
- Set ENABLE_SBSIGN, to use sbsign instead of pesign for signing fallback
diff --git a/debian/rules b/debian/rules
index 179d09a8..d863ab7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build:
VENDOR_CERT_FILE=$(cert)
override_dh_auto_install:
- dh_auto_install -- MAKELEVEL=0
+ dh_auto_install -- MAKELEVEL=0 EFIDIR=ubuntu
override_dh_fixperms:
dh_fixperms