[Opensrf-commits] r1661 - branches/rel_1_0/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Feb 15 11:02:08 EST 2009
Author: dbs
Date: 2009-02-15 11:02:06 -0500 (Sun, 15 Feb 2009)
New Revision: 1661
Modified:
branches/rel_1_0/src/extras/Makefile.install
Log:
Backport r1660 from trunk: Bug in CentOS prerequisite installer - thanks Carl T. Miller!
Modified: branches/rel_1_0/src/extras/Makefile.install
===================================================================
--- branches/rel_1_0/src/extras/Makefile.install 2009-02-15 16:00:48 UTC (rev 1660)
+++ branches/rel_1_0/src/extras/Makefile.install 2009-02-15 16:02:06 UTC (rev 1661)
@@ -266,7 +266,7 @@
install_ejabberd:
if [ ! -f $(EJABBERD_PKG).gz ]; then wget $(EJABBERD_HOST)/$(EJABBERD_VER)/$(EJABBERD_PKG).gz; fi;
gunzip $(EJABBERD_PKG).gz
- chmod u+x $(EJABBERD_PKG).gz
+ chmod u+x $(EJABBERD_PKG)
./$(EJABBERD_PKG) --mode unattended --prefix /opt/ejabberd --adminpw opensrf
# Install libmemcache from the official project source
More information about the opensrf-commits
mailing list