Skip to content

Commit

Permalink
Updated Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kopeček committed Jul 11, 2018
1 parent f652f6e commit 42ebc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ $(DIST_ARCHIVES):

release-files: $(DIST_ARCHIVES)
$(eval RELEASE_DIR:="release.$(PACKAGE)-$(VERSION)")
$(eval GPG:=$(shell test -n "$$QUBES_GPG_DOMAIN" && echo qubes-gpg-client || echo gpg2))
$(eval GPG:=$(shell test -n "$$QUBES_GPG_DOMAIN" && echo qubes-gpg-client-wrapper || echo gpg2))
$(MKDIR_P) $(RELEASE_DIR)
cp $(DIST_ARCHIVES) $(RELEASE_DIR)
cd $(RELEASE_DIR) && $(GPG) -b -a -o - $(DIST_ARCHIVES) > $(DIST_ARCHIVES).sig
Expand Down

0 comments on commit 42ebc65

Please sign in to comment.