From: Fabian Grünbichler Date: Wed, 17 Oct 2018 12:36:08 +0000 (+0200) Subject: build: base BUILDDIR on VERSION X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=ceeb5d7bd826fbc1a3d2e828a24b1aeafc661646 build: base BUILDDIR on VERSION this is the standard naming used in Debian/dpkg Signed-off-by: Fabian Grünbichler Acked-by: Thomas Lamprecht Acked-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index 412133d..29775f3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PACKAGE=libpve-common-perl ARCH=all -BUILDDIR ?= build +BUILDDIR ?= ${PACKAGE}-${VERSION} DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb DSC=${PACKAGE}_${VERSION}-${PKGREL}.dsc