change PKG_DISTRIBUTOR

This commit is contained in:
jiangcuo 2023-10-31 11:18:15 +08:00
parent d5e22c0c7d
commit 5e534700c5

View file

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