mirror of
git://git.proxmox.com/git/lxc.git
synced 2025-03-22 06:50:41 +03:00
buildsys: GITVERSION fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1513a0b50a
commit
e15af1ab9c
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SRCDIR=lxc
|
||||
BUILDSRC := $(SRCDIR).tmp
|
||||
|
||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
GITVERSION:=$(shell cat .git/refs/heads/master)
|
||||
GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
DEB1=${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb
|
||||
DEB2=${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb \
|
||||
|
Loading…
x
Reference in New Issue
Block a user