mirror of
git://git.proxmox.com/git/pve-qemu.git
synced 2025-01-03 05:18:21 +03:00
buildsys: fix GITVERSION
This commit is contained in:
parent
c53dfb5728
commit
d2494dd2ef
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ BUILDSRC = $(KVMSRC).tmp
|
||||
SRCDIR := qemu
|
||||
|
||||
ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
GITVERSION := $(shell git rev-parse master)
|
||||
GITVERSION := $(shell git rev-parse HEAD)
|
||||
|
||||
DEB = ${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}_${ARCH}.deb
|
||||
DEB_DBG = ${KVMPACKAGE}-dbg_${KVMVER}-${KVMPKGREL}_${ARCH}.deb
|
||||
|
Loading…
Reference in New Issue
Block a user