1 files changed, 1 insertions, 1 deletions
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/ |