From ceeb5d7bd826fbc1a3d2e828a24b1aeafc661646 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 Oct 2018 14:36:08 +0200 Subject: [PATCH] build: base BUILDDIR on VERSION MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this is the standard naming used in Debian/dpkg Signed-off-by: Fabian Grünbichler Acked-by: Thomas Lamprecht Acked-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2