]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 May 2023 19:53:03 +0000 (21:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 May 2023 20:03:06 +0000 (22:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6858bcca24dbcb621eada2c010189ceeaf0291a9..ca8f588b50d930ae3218b99eb85102aec8600d64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ export KERNEL_ABI=6.2.11-2-pve
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
-KERNEL_DEB=pve-kernel-$(KERNEL_VER)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-HEADERS_DEB=pve-headers-$(KERNEL_VER)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
+KERNEL_DEB=pve-kernel-$(KERNEL_VER)_$(DEB_VERSION)_all.deb
+HEADERS_DEB=pve-headers-$(KERNEL_VER)_$(DEB_VERSION)_all.deb
 
 BUILD_DIR=build