From e72c29e89ef9e15cf421a4b8d0c99a515167553f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 1 Sep 2017 08:57:48 +0200 Subject: [PATCH] build: use 'git rev-parse' for GITVERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e43c17..34e9397 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION=2.0 PACKAGE=pve-container PKGREL=15 -GITVERSION:=$(shell cat .git/refs/heads/master) +GITVERSION:=$(git rev-parse HEAD) ARCH:=all -- 2.39.5