mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* 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:
parent
93ec34cc7a
commit
62d19cbd0e
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user