Skip to content

Commit 42ebc65

Browse files
author
Daniel Kopeček
committed
Updated Makefile.am
1 parent f652f6e commit 42ebc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ $(DIST_ARCHIVES):
666666

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

0 commit comments

Comments
 (0)