aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpctl/Makefile.am
diff options
context:
space:
mode:
authorgilles <gilles.chehade@gmail.com>2013-08-01 09:58:14 +0200
committergilles <gilles.chehade@gmail.com>2013-08-01 09:58:14 +0200
commite1f15d1f1b9cc54ab091c8041137812e60e638d9 (patch)
tree241cf334501fb96825838cd4634e68a1da5c0cf5 /mk/smtpctl/Makefile.am
parentmissing macro .Os caused bogus output (diff)
downloadOpenSMTPD-e1f15d1f1b9cc54ab091c8041137812e60e638d9.tar.xz
OpenSMTPD-e1f15d1f1b9cc54ab091c8041137812e60e638d9.zip
move sendmail to bindir
Diffstat (limited to 'mk/smtpctl/Makefile.am')
-rw-r--r--mk/smtpctl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index 47d2bbfe..1a4c0fb5 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -72,7 +72,7 @@ install-exec-hook: $(CONFIGFILES) $(MANPAGES)
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
if test "$(USE_MAILWRAPPER)" = "0"; then \
ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(sbindir)/mailq;\
- ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(sbindir)/sendmail;\
+ ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(bindir)/sendmail;\
fi
$(INSTALL) -m 644 smtpctl.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/smtpctl.8
$(INSTALL) -m 644 sendmail.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sendmail.8