5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-05 17:17:36 +03:00

build: base BUILDDIR on VERSION

this is the standard naming used in Debian/dpkg

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Acked-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2018-10-17 14:36:08 +02:00 committed by Wolfgang Bumiller
parent c5e2d73f75
commit ceeb5d7bd8

View File

@ -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