pacman 4.0.3 no longer requires the keyring itself to be signed
This commit is contained in:
parent
ef2d7258f4
commit
3146e710fb
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}{,.sig} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
install -m0644 archlinux{.gpg,-trusted,-revoked} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/archlinux{.gpg,-trusted,-revoked}{,.sig}
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/archlinux{.gpg,-trusted,-revoked}
|
||||
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
||||
|
||||
dist:
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -54,11 +54,4 @@ done < packager-keyids
|
||||
|
||||
cat master/*.asc packager/*.asc > archlinux.gpg
|
||||
|
||||
for s in archlinux{.gpg,-trusted,-revoked}; do
|
||||
if ! ${GPG} --verify ${s}.sig; then
|
||||
rm -f ${s}.sig
|
||||
gpg --detach-sign --use-agent ${s}
|
||||
fi
|
||||
done
|
||||
|
||||
popd >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user