mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 17:05:34 +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
|
endif
|
||||||
|
|
||||||
SB_STYLE := debian
|
SB_STYLE := debian
|
||||||
|
deb_version := $(shell dpkg-parsechangelog --show-field Version)
|
||||||
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
|
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
|
||||||
SB_STYLE := ubuntu
|
SB_STYLE := ubuntu
|
||||||
deb_version := $(shell dpkg-parsechangelog --show-field Version)
|
|
||||||
tar_name := fwupd_$(deb_version)_$(DEB_HOST_ARCH).tar.gz
|
tar_name := fwupd_$(deb_version)_$(DEB_HOST_ARCH).tar.gz
|
||||||
else
|
else
|
||||||
TMPLDIR := debian/fwupd-$(DEB_HOST_ARCH)-signed-template/usr/share/code-signing/fwupd-$(DEB_HOST_ARCH)-signed-template
|
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