* 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.
This commit is contained in:
David Shaw 2004-12-03 19:12:38 +00:00
parent 93ec34cc7a
commit 62d19cbd0e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-12-03 David Shaw <dshaw@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@jabberwocky.com>
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.

View File

@ -41,7 +41,7 @@ gpgkeys_finger_LDADD = ../util/libutil.a @NETLIBS@ $(other_libs) @GETOPT@ @W32LI
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: