mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-02 17:56:52 +00:00
buildsys: fix getting the build commit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
856c101e97
commit
067d625ab2
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ ZSHCOMPLDIR=${PREFIX}/share/zsh/vendor-completions/
|
||||
|
||||
export PERLDIR=${PREFIX}/share/perl5
|
||||
|
||||
GITVERSION:=$(shell cat .git/refs/heads/master)
|
||||
GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc
|
||||
|
Loading…
Reference in New Issue
Block a user