From: Horst Schirmeier Date: Tue, 22 Mar 2005 19:58:15 +0000 (+0000) Subject: Use install-exec-hook install of install-exec-local. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6afe83c90361bc5291447690a15dbf37a348c983;p=neomutt Use install-exec-hook install of install-exec-local. --- diff --git a/Makefile.am b/Makefile.am index dfc8aa155..31a65658a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,7 @@ reldate: patchlist.c: $(srcdir)/PATCHES $(srcdir)/patchlist.sh $(srcdir)/patchlist.sh < $(srcdir)/PATCHES > patchlist.c -install-exec-local: +install-exec-hook: if test -f $(DESTDIR)$(bindir)/mutt.dotlock && test -f $(DESTDIR)$(bindir)/mutt_dotlock ; then \ rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \