diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 06:21:19 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 06:21:19 +0000 |
| commit | 3a420208fc52e180ee0a629720bd2da6dd31f2bb (patch) | |
| tree | 0109e146e3d093cad017a0d238e420f79c1114a8 /debian/rules | |
| parent | 2c0e3cc05f7c6dd00d8b81296722309a7d23dc15 (diff) | |
| parent | 750a67ea1e23507b48def988af1fc9c84c3f9e25 (diff) | |
| download | efi-boot-shim-3a420208fc52e180ee0a629720bd2da6dd31f2bb.tar.gz efi-boot-shim-3a420208fc52e180ee0a629720bd2da6dd31f2bb.zip | |
Pull newer upstream snapshot, which fixes verification of the signature on our signed GRUB efi
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 09799106..4314b4dc 100755 --- a/debian/rules +++ b/debian/rules @@ -4,10 +4,4 @@ dh $@ override_dh_auto_build: cert.h - dh_auto_build -- EFI_PATH=/usr/lib - -cert.h: cert.der - echo 'static UINT8 vendor_cert[] = {' > $@.new - od -tx1 -w12 cert.der | cut -b9- | sed -e's/\([0-9a-f][0-9a-f]\)/0x\1,/g' >> $@.new - echo '};' >> $@.new - mv $@.new $@ + dh_auto_build -- EFI_PATH=/usr/lib VENDOR_CERT_FILE=cert.der |
