aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpctl/Makefile.am
diff options
context:
space:
mode:
authorgilles <gilles.chehade@gmail.com>2013-08-01 08:33:22 +0200
committergilles <gilles.chehade@gmail.com>2013-08-01 08:33:22 +0200
commit11c72eec7ca83e2597be005a3da2dba6efb230fc (patch)
treea2e96ec6d29d4661db62e5fb19e7ad3324987f9a /mk/smtpctl/Makefile.am
parentMerge branch 'portable' of https://github.com/poolpOrg/OpenSMTPD into portable (diff)
downloadOpenSMTPD-11c72eec7ca83e2597be005a3da2dba6efb230fc.tar.xz
OpenSMTPD-11c72eec7ca83e2597be005a3da2dba6efb230fc.zip
humpf, no we need to discuss this further actually
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 bea242c3..47d2bbfe 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -71,7 +71,7 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
install-exec-hook: $(CONFIGFILES) $(MANPAGES)
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
if test "$(USE_MAILWRAPPER)" = "0"; then \
- ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(bindir)/mailq;\
+ ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(sbindir)/mailq;\
ln -s $(DESTDIR)$(sbindir)/smtpctl $(DESTDIR)$(sbindir)/sendmail;\
fi
$(INSTALL) -m 644 smtpctl.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/smtpctl.8