mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-05 01:44:32 +00:00
use <sourcepackage>-<upstreamversion> as build dir, dpkg-source likes it
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1b44369277
commit
f2a630d4c6
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ PACKAGE=proxmox-widget-toolkit
|
|||||||
PKGVER=1.0
|
PKGVER=1.0
|
||||||
PKGREL=24
|
PKGREL=24
|
||||||
|
|
||||||
BUILDDIR ?= build
|
BUILDDIR ?= ${PACKAGE}-${PKGVER}
|
||||||
GITVERSION:=$(shell git rev-parse HEAD)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
|
DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user