diff options
author | Daniel Drake <drake@endlessm.com> | 2016-07-25 07:25:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 07:25:01 -0600 |
commit | d3eab7c32156c5dcf29e823726bb0c175c4dac59 (patch) | |
tree | c905d00434a9c30679b55159f3d55b66f9650578 /debian/rules | |
parent | 33b9c48f8f40ae361c3bb02407d42aa135529367 (diff) | |
parent | f1c3fc0c06818483348a9a9a5413934d3d26d9b9 (diff) | |
download | efi-boot-shim-Release_3.0.1_debian.tar.gz efi-boot-shim-Release_3.0.1_debian.zip |
Merge pull request #2 from endlessm/T12496Release_3.0.9_debianRelease_3.0.8_debianRelease_3.0.7_debianRelease_3.0.6_debianRelease_3.0.5_debianRelease_3.0.4_debianRelease_3.0.3_debianRelease_3.0.2_debianRelease_3.0.1_debianRelease_3.0.11_debianRelease_3.0.10_debianRelease_3.0.0_debian
MokManager: Ship MokManager.efi
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 7b6a01a4..2a472e0d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,4 @@ override_dh_auto_build: dh_auto_build -- EFI_PATH=/usr/lib cp -v shim.efi bootx64.efi + cp -v MokManager.efi.signed MokManager.efi |