change PKG_DISTRIBUTOR
This commit is contained in:
parent
d5e22c0c7d
commit
5e534700c5
1 changed files with 1 additions and 1 deletions
2
debian/rules.d/common.mk
vendored
2
debian/rules.d/common.mk
vendored
|
@ -3,7 +3,7 @@ KERNEL_MAJMIN=$(shell ./scripts/version.sh -n)
|
||||||
KERNEL_VER=$(shell ./scripts/version.sh -L)
|
KERNEL_VER=$(shell ./scripts/version.sh -L)
|
||||||
|
|
||||||
## Debian package information
|
## Debian package information
|
||||||
PKG_DISTRIBUTOR ?= PVE Edge
|
PKG_DISTRIBUTOR ?= PVE Port
|
||||||
PKG_RELEASE = $(shell ./scripts/version.sh -r)
|
PKG_RELEASE = $(shell ./scripts/version.sh -r)
|
||||||
PKG_DATE := $(shell dpkg-parsechangelog -SDate)
|
PKG_DATE := $(shell dpkg-parsechangelog -SDate)
|
||||||
PKG_DATE_UTC_ISO := $(shell date -u -d '$(PKG_DATE)' +%Y-%m-%d)
|
PKG_DATE_UTC_ISO := $(shell date -u -d '$(PKG_DATE)' +%Y-%m-%d)
|
||||||
|
|
Loading…
Reference in a new issue