diff options
author | Matthias Rieber <matthias@zu-con.org> | 2016-05-03 16:36:20 +0200 |
---|---|---|
committer | Matthias Rieber <matthias@zu-con.org> | 2016-05-03 16:36:20 +0200 |
commit | 5e5328da4ac5db6729a0f72a15c9cd417e761e6f (patch) | |
tree | 291f917f0fc9354e31f76a83da7a9f987f690dcb | |
parent | Merge remote-tracking branch 'processone/pr/1086' (diff) |
Fix ejabberdctl.template duplication
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b08eb444..eb147492 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,7 +184,7 @@ install: all copy-files -e "s*{{sysconfdir}}*@sysconfdir@*" \ -e "s*{{localstatedir}}*@localstatedir@*" \ -e "s*{{docdir}}*@docdir@*" \ - -e "s*{{erl}}*@ERL@*" ejabberdctl.template \ + -e "s*{{erl}}*@ERL@*" \ -e "s*{{epmd}}*@EPMD@*" ejabberdctl.template \ > ejabberdctl.example [ -f $(ETCDIR)/ejabberdctl.cfg ] \ |