mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed installation of gpg2keys_mailto
This commit is contained in:
parent
3c351d0232
commit
2ec906db3a
8 changed files with 23 additions and 9 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-05-04 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgkeys_test.in: Rename to ..
|
||||
* gpg2keys_test.in: .. this.
|
||||
* gpgkeys_mailto.in: Rename to ..
|
||||
* gpg2keys_mailto.in: .. this
|
||||
* Makefile.am: Likewise
|
||||
|
||||
2007-03-13 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
From STABLE-BRANCH-1-4
|
||||
|
|
|
@ -34,7 +34,7 @@ include $(top_srcdir)/am/cmacros.am
|
|||
libexec_PROGRAMS = $(GPGKEYS_LDAP) $(GPGKEYS_HKP) $(GPGKEYS_FINGER) \
|
||||
$(GPGKEYS_CURL)
|
||||
libexec_SCRIPTS = $(GPGKEYS_MAILTO)
|
||||
noinst_SCRIPTS = gpgkeys_test
|
||||
noinst_SCRIPTS = gpg2keys_test
|
||||
|
||||
common_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
|
||||
other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!@PERL@ -w
|
||||
|
||||
# gpgkeys_mailto - talk to a email keyserver
|
||||
# gpg2keys_mailto - talk to a email keyserver
|
||||
# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
|
@ -27,7 +27,7 @@ $sendmail="@SENDMAIL@ -t";
|
|||
|
||||
sub VERSION_MESSAGE ()
|
||||
{
|
||||
print STDOUT "gpgkeys_mailto (GnuPG) @VERSION@\n";
|
||||
print STDOUT "gpg2keys_mailto (GnuPG) @VERSION@\n";
|
||||
}
|
||||
|
||||
sub HELP_MESSAGE ()
|
|
@ -1,6 +1,6 @@
|
|||
#!@PERL@
|
||||
|
||||
# gpgkeys_test - keyserver code tester
|
||||
# gpg2keys_test - keyserver code tester
|
||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
|
@ -26,7 +26,7 @@ $|=1;
|
|||
|
||||
sub VERSION_MESSAGE ()
|
||||
{
|
||||
print STDOUT "gpgkeys_test (GnuPG) @VERSION@\n";
|
||||
print STDOUT "gpg2keys_test (GnuPG) @VERSION@\n";
|
||||
}
|
||||
|
||||
sub HELP_MESSAGE ()
|
Loading…
Add table
Add a link
Reference in a new issue