fix typo user/csharp/rhel-support
authorChris Sharp <csharp@georgialibraries.org>
Sun, 14 Jun 2020 19:28:09 +0000 (15:28 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 14 Jun 2020 19:28:09 +0000 (15:28 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install

index e4fc12a..ed3efff 100644 (file)
@@ -309,7 +309,7 @@ install_ejabberd:
        systemctl daemon-reload
        systemctl enable --now ejabberd.service
        ln -sf /opt/ejabberd-$(EJABBERD_VERSION)/bin/ejabberdctl /usr/local/sbin/ejabberdctl
-       for i in erl iex epmd; do ln -sf /opt/ejabberd-$(EJABBERD-VERSION)/bin/$i /usr/local/bin/$i; done;
+       for i in erl iex epmd; do ln -sf /opt/ejabberd-$(EJABBERD_VERSION)/bin/$i /usr/local/bin/$i; done;
 
 # Fedora/CentOS
 install_rpms_fedora: