diff options
| author | Steve McIntyre <steve@einval.com> | 2021-03-31 18:52:40 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-03-31 18:52:40 +0100 |
| commit | a42e843a7323cc3cc4dc6a81754596c5af5bab7e (patch) | |
| tree | 28cd0a119c6a7d1a4264e1c498323699ea96046d | |
| parent | d6b0fa523dcce24265882d3ea19401ae704fb565 (diff) | |
| download | efi-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-x | debian/rules | 2 |
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 \ |
