From: Chris Sharp Date: Tue, 23 May 2017 20:19:45 +0000 (-0400) Subject: More makefile syntax correction. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1e105f74d0d69fcad04ce2683b3b7769a5ba9e2c;p=working%2FOpenSRF.git More makefile syntax correction. --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 8cea6e1..66938f6 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -270,7 +270,7 @@ install_python_simplejson: python setup.py install install_ejabberd: - curl -O https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/17.04/ejabberd-17.04-0.x86_64.rpm + curl -O https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/17.04/ejabberd-17.04-0.x86_64.rpm && \ rpm -i ejabberd-17.04-0.x86_64.rpm # vim:noet:sw=4:ts=4: