From 2c56019b460f0932b3bdcf5f62809e837f2a0643 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 21 Jun 2018 16:20:57 +0200 Subject: [PATCH] make: Specify the commit hash length for the bin-tarball name Different versions of git have different default lengths. This uses a fixed length hash prefix. Signed-off-by: Christian Decker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9673d403..1022f70a5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #! /usr/bin/make VERSION_NAME=I Accidentally The Smart Contract -VERSION=$(shell git describe --always --dirty=-modded) +VERSION=$(shell git describe --always --dirty=-modded --abbrev=7) DISTRO=$(shell lsb_release -is 2>/dev/null || echo unknown)-$(shell lsb_release -rs 2>/dev/null || echo unknown) PKGNAME = c-lightning