diff options
author | Werner Koch <[email protected]> | 2021-02-19 11:11:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-02-19 11:11:38 +0000 |
commit | 4da91414e7584b53d806bc3be6c4b67fd4a5a3bc (patch) | |
tree | cdd29ad29206c39aa40d81f3539ab4afe8902b61 /build-aux | |
parent | build: Remove now obsolete HAVE_NEWER_LIBGCRYPT AM conditional. (diff) | |
download | gnupg-4da91414e7584b53d806bc3be6c4b67fd4a5a3bc.tar.gz gnupg-4da91414e7584b53d806bc3be6c4b67fd4a5a3bc.zip |
wkd: Install gpg-wks-client under bin and add wrapper for libexec
--
gpg-wks-client is a pretty useful command on the command line.
Thus we now install it at bin and provide a compatibility wrapper.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 2c6c9be78..6267b644a 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -626,10 +626,10 @@ Section "GnuPG" SEC_gnupg File "bin/gpg-connect-agent.exe" File "bin/gpg-card.exe" File "bin/gpgtar.exe" + File "bin/gpg-wks-client.exe" File "libexec/dirmngr_ldap.exe" File "libexec/gpg-preset-passphrase.exe" File "libexec/gpg-check-pattern.exe" - File "libexec/gpg-wks-client.exe" ClearErrors SetOverwrite try |