[Opensrf-commits] r1660 - trunk/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Feb 15 11:00:50 EST 2009
Author: dbs
Date: 2009-02-15 11:00:48 -0500 (Sun, 15 Feb 2009)
New Revision: 1660
Modified:
trunk/src/extras/Makefile.install
Log:
Bug in CentOS prerequisite installer - thanks Carl T. Miller!
Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install 2009-02-12 02:46:10 UTC (rev 1659)
+++ trunk/src/extras/Makefile.install 2009-02-15 16:00:48 UTC (rev 1660)
@@ -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