From 5e534700c55c2f203392885c2ffdc358f959c4a3 Mon Sep 17 00:00:00 2001 From: jiangcuo Date: Tue, 31 Oct 2023 11:18:15 +0800 Subject: [PATCH] change PKG_DISTRIBUTOR --- 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 9f45db2..b54d9e9 100644 --- a/debian/rules.d/common.mk +++ b/debian/rules.d/common.mk @@ -3,7 +3,7 @@ KERNEL_MAJMIN=$(shell ./scripts/version.sh -n) KERNEL_VER=$(shell ./scripts/version.sh -L) ## Debian package information -PKG_DISTRIBUTOR ?= PVE Edge +PKG_DISTRIBUTOR ?= PVE Port PKG_RELEASE = $(shell ./scripts/version.sh -r) PKG_DATE := $(shell dpkg-parsechangelog -SDate) PKG_DATE_UTC_ISO := $(shell date -u -d '$(PKG_DATE)' +%Y-%m-%d)