mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00
trivial: debian: Fix secure boot signing template (Closes: #905468)
This commit is contained in:
parent
0ad1185aa9
commit
df12c14032
@ -14,9 +14,9 @@ ifneq ($(CI),)
|
||||
endif
|
||||
|
||||
SB_STYLE := debian
|
||||
deb_version := $(shell dpkg-parsechangelog --show-field Version)
|
||||
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
|
||||
SB_STYLE := ubuntu
|
||||
deb_version := $(shell dpkg-parsechangelog --show-field Version)
|
||||
tar_name := fwupd_$(deb_version)_$(DEB_HOST_ARCH).tar.gz
|
||||
else
|
||||
TMPLDIR := debian/fwupd-$(DEB_HOST_ARCH)-signed-template/usr/share/code-signing/fwupd-$(DEB_HOST_ARCH)-signed-template
|
||||
|
Loading…
Reference in New Issue
Block a user