projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8753bb
)
More makefile syntax correction.
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 23 May 2017 20:19:45 +0000
(16:19 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 23 May 2017 20:19:45 +0000
(16:19 -0400)
src/extras/Makefile.install
patch
|
blob
|
history
diff --git
a/src/extras/Makefile.install
b/src/extras/Makefile.install
index
8cea6e1
..
66938f6
100644
(file)
--- 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: