From 43f0f9e8e91881af4c195db5144590a1136aeceb Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 9 Nov 2014 23:44:38 +0100 Subject: [PATCH] Fix typo in xinet path. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39ff011..4f14510 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ install: for f in $$(cd exim4-conf.d; find . -type f); do \ $(INSTALL_DATA) -D exim4-conf.d/$$f $(DESTDIR)$(sysconfdir)/exim4/conf.d/$$f; \ done - $(INSTALL_DATA) -D xinetd $(DESTDIR)$(sysconfdir)/xinet.d/exim4-smtorp + $(INSTALL_DATA) -D xinetd $(DESTDIR)$(sysconfdir)/xinetd.d/exim4-smtorp -- 2.51.0