]> git.proxmox.com Git - pve-container.git/commitdiff
buildsys: actually save git revision
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Feb 2018 09:38:00 +0000 (10:38 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 7 Feb 2018 13:16:53 +0000 (14:16 +0100)
${GITVERSION} is empty else.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 550713d1c8d537ed1fa8be66f50856a1e0436b03..85855ce32baaab1fcf5deaf5d6ded3782b5d06b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION=2.0
 PACKAGE=pve-container
 PKGREL=18
 
-GITVERSION:=$(git rev-parse HEAD)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 ARCH:=all