Fix ejabberdctl.template duplication

This commit is contained in:
Matthias Rieber 2016-05-03 16:36:20 +02:00
parent 6da07d78b5
commit 5e5328da4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ] \