From 24ca4cf1e0a01e121248c625458599d37aa2562a Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 25 Nov 2021 20:07:11 +0100 Subject: [PATCH] fixed wrong prefix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73197d9..a60de4a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ uninstall: rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/ dist: - git archive --format=tar --prefix=archlinux-keyring-$(V)/ $(V) | gzip -9 > alhp-keyring-$(V).tar.gz + git archive --format=tar --prefix=alhp-keyring-$(V)/ $(V) | gzip -9 > alhp-keyring-$(V).tar.gz gpg -u 0x2E3B2B05A332A7DB9019797848998B4039BED1CA --detach-sign --use-agent alhp-keyring-$(V).tar.gz .PHONY: install uninstall dist