summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-03-31 18:52:40 +0100
committerSteve McIntyre <steve@einval.com>2021-03-31 18:52:40 +0100
commita42e843a7323cc3cc4dc6a81754596c5af5bab7e (patch)
tree28cd0a119c6a7d1a4264e1c498323699ea96046d
parentd6b0fa523dcce24265882d3ea19401ae704fb565 (diff)
downloadefi-boot-shim-a42e843a7323cc3cc4dc6a81754596c5af5bab7e.tar.gz
efi-boot-shim-a42e843a7323cc3cc4dc6a81754596c5af5bab7e.zip
Move the sha256sum call to the end of the install phase
Make the output easier to find
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7a538f79..483cf8ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,6 @@ override_dh_auto_clean:
override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA)
dh_auto_build -- INSTALL=install $(COMMON_OPTIONS)
- sha256sum *.efi
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp -- INSTALL=install $(COMMON_OPTIONS)
@@ -80,6 +79,7 @@ override_dh_auto_install:
# not needed for our build and causes debhelper to complain
rm -f debian/tmp/boot/efi/EFI/BOOT/BOOT*.EFI
./debian/signing-template.generate
+ sha256sum *.efi
generate-gnu-efi:
git -C gnu-efi archive --prefix=gnu-efi/ HEAD | xz -9 \