buildsys: fix GITVERSION

master
Wolfgang Bumiller 2017-11-29 10:25:06 +01:00
parent c53dfb5728
commit d2494dd2ef
1 changed files with 1 additions and 1 deletions

View File

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