summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHorst Schirmeier <horst@schirmeier.com>2005-03-22 19:58:15 +0000
committerHorst Schirmeier <horst@schirmeier.com>2005-03-22 19:58:15 +0000
commitc0e7f5d4dae35c60b34e7f0a2f65f2e1632607c1 (patch)
tree1ba9dcc1347c610f2e42a86a3edffa40f954e553 /Makefile.am
parent099b2753c0f6eca2c97f22b84a0c48cb4b8903a0 (diff)
Use install-exec-hook install of install-exec-local.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dfc8aa15..31a65658 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 ; \