Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zosman1 committed Apr 13, 2021
1 parent 7c7ffcb commit edc7192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 glados.gpg $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 glados-trusted $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
install -m0644 glados-revoked $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
test -f glados-revoked && install -m0644 glados-revoked $(DESTDIR)$(PREFIX)/share/pacman/keyrings/

uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/glados{.gpg,-trusted,-revoked}
Expand Down

0 comments on commit edc7192

Please sign in to comment.