trivial: debian: Fix secure boot signing template (Closes: #905468)

This commit is contained in:
Mario Limonciello 2018-08-04 22:25:36 -05:00
parent 0ad1185aa9
commit df12c14032

View File

@ -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