diff options
author | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
commit | b121d029b5b23d36e15acfd32728a3af49ea6210 (patch) | |
tree | f4e5120f811d2e73f0b7dba9f8a2bb2fb78e2a6e /scripts/mk-w32-dist | |
parent | Fixed a wrong return code with gpg --verify (diff) | |
download | gnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.tar.gz gnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.zip |
about to release 1.4.3rc1gnupg-1.4.3rc1
Diffstat (limited to 'scripts/mk-w32-dist')
-rwxr-xr-x | scripts/mk-w32-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist index f9b7a0b61..3f687cafd 100755 --- a/scripts/mk-w32-dist +++ b/scripts/mk-w32-dist @@ -116,7 +116,7 @@ cp ${bindir}/g10/gpg.exe gpg.exe $STRIP gpg.exe cp ${bindir}/g10/gpgv.exe gpgv.exe $STRIP gpgv.exe -for name in hkp http ldap finger; do +for name in hkp curl ldap finger; do cp ${bindir}/keyserver/gpgkeys_$name.exe gpgkeys_$name.exe $STRIP gpgkeys_$name.exe done |