From: Thomas Lamprecht Date: Thu, 11 Jul 2019 17:23:51 +0000 (+0200) Subject: buildsys: use DEB_VERSION_UPSTREAM for buildir X-Git-Url: https://git.proxmox.com/?p=pve-ha-manager.git;a=commitdiff_plain;h=9db3786bad9639154a44c4dbe1fdd48b3f18566f buildsys: use DEB_VERSION_UPSTREAM for buildir Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index f33d363..611f5d6 100644 --- 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