build-sys: allow a multi-digit release number
future proofing at this point, but let's rather fix this already before we forget... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
04ed3d1b9c
commit
a74e269c82
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
include /usr/share/dpkg/default.mk
|
||||
include defines.mk
|
||||
|
||||
export PVERELEASE = $(shell echo $(DEB_VERSION_UPSTREAM) | cut -c 1-3)
|
||||
export PVERELEASE = $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d. -f1-2)
|
||||
export VERSION = $(DEB_VERSION_UPSTREAM_REVISION)
|
||||
|
||||
BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user