fixed wrong prefix
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ uninstall:
|
|||||||
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||||
|
|
||||||
dist:
|
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
|
gpg -u 0x2E3B2B05A332A7DB9019797848998B4039BED1CA --detach-sign --use-agent alhp-keyring-$(V).tar.gz
|
||||||
|
|
||||||
.PHONY: install uninstall dist
|
.PHONY: install uninstall dist
|
||||||
|
Reference in New Issue
Block a user