gnupg/keyserver (ChangeLog Makefile.am)
cvs user dshaw
cvs at cvs.gnupg.org
Fri Dec 3 20:04:56 CET 2004
Date: Friday, December 3, 2004 @ 20:12:38
Author: dshaw
Path: /cvs/gnupg/gnupg/keyserver
Modified: ChangeLog Makefile.am
* Makefile.am: The harmless "ignored error" on gpgkeys_ldap install on top
of an existing install is bound to confuse people. Use ln -s -f to force
the overwrite.
-------------+
ChangeLog | 6 ++++++
Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
Index: gnupg/keyserver/ChangeLog
diff -u gnupg/keyserver/ChangeLog:1.91 gnupg/keyserver/ChangeLog:1.92
--- gnupg/keyserver/ChangeLog:1.91 Thu Oct 28 23:53:51 2004
+++ gnupg/keyserver/ChangeLog Fri Dec 3 20:12:38 2004
@@ -1,3 +1,9 @@
+2004-12-03 David Shaw <dshaw at jabberwocky.com>
+
+ * Makefile.am: The harmless "ignored error" on gpgkeys_ldap
+ install on top of an existing install is bound to confuse people.
+ Use ln -s -f to force the overwrite.
+
2004-10-28 David Shaw <dshaw at jabberwocky.com>
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
Index: gnupg/keyserver/Makefile.am
diff -u gnupg/keyserver/Makefile.am:1.19 gnupg/keyserver/Makefile.am:1.20
--- gnupg/keyserver/Makefile.am:1.19 Thu Oct 28 20:57:50 2004
+++ gnupg/keyserver/Makefile.am Fri Dec 3 20:12:38 2004
@@ -41,7 +41,7 @@
install-exec-hook:
if GPGKEYS_LDAP
- -(cd $(libexecdir) && $(LN_S) gpgkeys_ldap$(EXEEXT) gpgkeys_ldaps$(EXEEXT))
+ (cd $(libexecdir) && $(LN_S) -f gpgkeys_ldap$(EXEEXT) gpgkeys_ldaps$(EXEEXT))
endif
uninstall-hook:
More information about the Gnupg-commits
mailing list