commit d4c9be8f9e1cd2dde13e659ea39ecc9089e45810
parent 4669bbaa0f23d4f65d1b73076ee73da51b30d7cc
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sun, 9 Dec 2018 12:18:53 +0100
Do not install "sylpheed-claws" symlink into bindir.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -18,9 +18,6 @@ SUBDIRS += tests
endif
bin_PROGRAMS = claws-mail
-install-exec-hook:
- @rm -f $(DESTDIR)$(bindir)/sylpheed-claws
- @ln -s claws-mail $(DESTDIR)$(bindir)/sylpheed-claws
if PLATFORM_WIN32
LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \