1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

About to release 1.3.92

This commit is contained in:
Werner Koch 2004-10-28 09:06:50 +00:00
parent f15e944b98
commit 66e627bdae
35 changed files with 6528 additions and 6255 deletions

View file

@ -47,7 +47,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 finger; do
for name in hkp http ldap finger; do
cp ${bindir}/keyserver/gpgkeys_$name.exe gpgkeys_$name.exe
$STRIP gpgkeys_$name.exe
done