diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2016-09-22 10:26:38 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2016-09-22 10:26:38 -0400 |
| commit | 86b44a70f0e22233427cef3e966869e59b5e9dd5 (patch) | |
| tree | 2ddfb7bf5beb824edda37ff46bd8a3a570ee7a11 | |
| parent | c2463d38787990d4954b814be17b2e4513ece062 (diff) | |
| download | efi-boot-shim-86b44a70f0e22233427cef3e966869e59b5e9dd5.tar.gz efi-boot-shim-86b44a70f0e22233427cef3e966869e59b5e9dd5.zip | |
debian/shim.install: built EFI binaries were renamed; update our install
file to properly pick up shim (shim$arch), MokManager (mm$arch), and
fallback (fb$arch).
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/shim.install | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1947f746..d7013ef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ shim (0.9+1474479173.6c180c6-0ubuntu1) UNRELEASED; urgency=medium code. * debian/patches/unused-variable: dropped; applied upstream. * debian/patches/binutils-version-matching: dropped, fixed upstream. + * debian/shim.install: built EFI binaries were renamed; update our install + file to properly pick up shim (shim$arch), MokManager (mm$arch), and + fallback (fb$arch). -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Wed, 21 Sep 2016 20:29:44 -0400 diff --git a/debian/shim.install b/debian/shim.install index 97d99c43..f37f6d19 100644 --- a/debian/shim.install +++ b/debian/shim.install @@ -1,3 +1,3 @@ -shim.efi /usr/lib/shim -MokManager.efi.signed /usr/lib/shim -fallback.efi.signed /usr/lib/shim +shim*.efi /usr/lib/shim +mm*.efi.signed /usr/lib/shim +fb*.efi.signed /usr/lib/shim |
