mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-03 01:55:21 +00:00
Don't need to clean after .signed files, upstream Makefile does it now.
Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
This commit is contained in:
parent
560a356bc7
commit
dbbe142c74
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -20,7 +20,6 @@ shim (13-0ubuntu1) UNRELEASED; urgency=medium
|
||||
* debian/patches/sbsigntool-no-pesign: dropped; no longer needed..
|
||||
* debian/patches/0001-shim-fix-the-mirroring-MokSBState-fail.patch: dropped,
|
||||
included upstream.
|
||||
* debian/rules: clean up after *.signed files.
|
||||
* debian/shim.install: update paths in light of using shim's upstream install
|
||||
target.
|
||||
* debian/rules, debian/shim.install: make sure the 'make install' step does
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -30,7 +30,6 @@ COMMON_OPTIONS = \
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean -- MAKELEVEL=0
|
||||
rm -f *.signed
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build -- $(COMMON_OPTIONS)
|
||||
|
Loading…
Reference in New Issue
Block a user