From f2b87bddec1b34d779a32f0ce9c1920378007a6e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Feb 2024 20:05:26 +0100 Subject: updated release key and vixed git describe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4b3baa..a36729f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX = /usr/local -V=$(shell git describe --exact-match) +V=$(shell git describe) install: install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/ -- cgit v1.2.3-54-g00ecf