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 26bfc3a commit 7c7ffcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V=20210413
# V=20210413

PREFIX = /usr/local

Expand All @@ -12,9 +12,9 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/glados{.gpg,-trusted,-revoked}
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/

dist:
git archive --format=tar --prefix=glados-keyring-$(V)/ $(V) | gzip -9 > glados-keyring-$(V).tar.gz
gpg --detach-sign --use-agent glados-keyring-$(V).tar.gz
# dist:
# git archive --format=tar --prefix=glados-keyring-$(V)/ $(V) | gzip -9 > glados-keyring-$(V).tar.gz
# gpg --detach-sign --use-agent glados-keyring-$(V).tar.gz


.PHONY: install uninstall dist
.PHONY: install uninstall #dist

0 comments on commit 7c7ffcb

Please sign in to comment.