fixed wrong prefix

This commit is contained in:
2021-11-25 20:07:11 +01:00
parent f5f5092e01
commit 24ca4cf1e0

View File

@@ -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