From 7b62bb703ba326353360ed0ff575cf748c455e11 Mon Sep 17 00:00:00 2001 From: jiangcuo <49061187+jiangcuo@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:03:00 +0800 Subject: [PATCH] Update common.mk --- debian/rules.d/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.d/common.mk b/debian/rules.d/common.mk index 2c162d6..9f45db2 100644 --- a/debian/rules.d/common.mk +++ b/debian/rules.d/common.mk @@ -14,7 +14,7 @@ PVE_KERNEL_CC ?= ${CC} PVE_ZFS_CC ?= ${CC} ### Debian package names -EXTRAVERSION=-edge +EXTRAVERSION=-${DEB_DISTRIBUTION} KVNAME=${KERNEL_VER}-${DEB_DISTRIBUTION} PVE_KERNEL_PKG=pve-kernel-${KVNAME}