]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 08:08:02 +0000 (10:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 08:08:02 +0000 (10:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b033c9eacbefdee80b3d39bc6c32763d306950c6..6e089f8186bf0e0f523437ff2fedd20b4a33f843 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
-DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
+DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
+DSC=$(PACKAGE)_$(DEB_VERSION).dsc
 
 all: $(DEB)
        @echo $(DEB)