[pve-devel] [PATCH common 7/8] build: base BUILDDIR on VERSION

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Oct 17 14:36:08 CEST 2018


this is the standard naming used in Debian/dpkg

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 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.19.1





More information about the pve-devel mailing list