[Pkg-gnupg-commit] [gnupg2] 136/166: speedo, w32: Fix gpg-wks-client installation

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Mar 16 22:33:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

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>
---
 build-aux/speedo/w32/inst.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list