]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Remove dsync symlink to doveadm
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 7 Apr 2022 13:16:45 +0000 (16:16 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 12 Apr 2022 17:34:37 +0000 (17:34 +0000)
src/doveadm/Makefile.am

index ff463419665754e8c03936583a1d90abe06d788a..2c06862e7cbe66a028c6e9e9a13a1baa7823331a 100644 (file)
@@ -176,10 +176,6 @@ noinst_HEADERS = \
        client-connection-private.h \
        doveadm-who.h
 
-install-exec-local:
-       rm -f $(DESTDIR)$(bindir)/dsync
-       $(LN_S) doveadm $(DESTDIR)$(bindir)/dsync
-
 test_programs = \
        test-doveadm-util
 noinst_PROGRAMS = $(test_programs)