Install and remove keyring signatures
This commit is contained in:
parent
2466a373f1
commit
39cb85c7ed
4
Makefile
4
Makefile
@ -4,10 +4,10 @@ PREFIX = /usr/local
|
||||
|
||||
install:
|
||||
install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
install -m0644 archlinux{.gpg,-trusted,-revoked} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
install -m0644 archlinux{.gpg,-trusted,-revoked}{,.sig} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/archlinux{.gpg,-trusted,-revoked}
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/archlinux{.gpg,-trusted,-revoked}{,.sig}
|
||||
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
|
||||
dist:
|
||||
|
Loading…
Reference in New Issue
Block a user