]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
buildsys: use DEB_VERSION_UPSTREAM for buildir
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Jul 2019 17:23:51 +0000 (19:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Jul 2019 17:23:51 +0000 (19:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index f33d3635f5d04e2239c093f538fa19592c4d0e39..611f5d6a2fa55cf072fbf1e4917a0156d95d0689 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PACKAGE=pve-ha-manager
 SIMPACKAGE=pve-ha-simulator
 
 GITVERSION:=$(shell git rev-parse HEAD)
-BUILDDIR ?= ${PACKAGE}-${VERSION}
+BUILDDIR ?= ${PACKAGE}-${DEB_VERSION_UPSTREAM}
 
 DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
 DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc