[git] GnuPG - branch, master, updated. gnupg-2.1.18-136-g49b4a67
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Feb 24 10:35:39 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 49b4a676148523b51beca3ae929e9d78ed7ba110 (commit)
from 22b69b9edfdf6e6172239cbd1075ffe29077d339 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 49b4a676148523b51beca3ae929e9d78ed7ba110
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Feb 24 10:34:06 2017 +0100
speedo,w32: Fix gpg-wks-client installation
* build-aux/speedo/w32/inst.nsi: gpg-wks-client is an exe.
--
Signed-off-by: Andre Heinecke <aheinecke at intevation.de>
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 5ecd633..fa4be56 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -581,7 +581,7 @@ Section "GnuPG" SEC_gnupg
File "bin/gpg-connect-agent.exe"
File "bin/gpgtar.exe"
File "libexec/gpg-preset-passphrase.exe"
- File "libexec/gpg-wks-client"
+ File "libexec/gpg-wks-client.exe"
ClearErrors
SetOverwrite try
-----------------------------------------------------------------------
Summary of changes:
build-aux/speedo/w32/inst.nsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list