fixed make failing if no revoked is present

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

View File

@@ -6,7 +6,7 @@ install:
install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 alhp.gpg $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 alhp-trusted $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 alhp-revoked $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
test -f alhp-revoked && install -m0644 alhp-revoked $(DESTDIR)$(PREFIX)/share/pacman/keyrings/ || true
uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/alhp{.gpg,-trusted,-revoked}