From: Wolfgang Bumiller Date: Wed, 29 Nov 2017 09:25:06 +0000 (+0100) Subject: buildsys: fix GITVERSION X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d2494dd2ef28abbc79c5075d95bb65a35a7f02f2;p=pve-qemu.git buildsys: fix GITVERSION --- diff --git a/Makefile b/Makefile index e6b5897..b7f2c74 100644 --- a/Makefile +++ b/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