mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-06 21:17:37 +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:
parent
c5e2d73f75
commit
ceeb5d7bd8
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ PACKAGE=libpve-common-perl
|
|||||||
|
|
||||||
ARCH=all
|
ARCH=all
|
||||||
|
|
||||||
BUILDDIR ?= build
|
BUILDDIR ?= ${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
|
DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
|
||||||
DSC=${PACKAGE}_${VERSION}-${PKGREL}.dsc
|
DSC=${PACKAGE}_${VERSION}-${PKGREL}.dsc
|
||||||
|
Loading…
Reference in New Issue
Block a user