rpm fixes

This commit is contained in:
SJ
2013-10-25 23:07:55 +02:00
parent 14347acc9c
commit 2e3b00753c
2 changed files with 10 additions and 5 deletions

View File

@ -225,7 +225,7 @@ gather_mysql_account() {
gather_sphinx_data() {
if [ $INDEXER = "/usr/bin/indexer" ]; then SPHINXCFG="/etc/sphinx.conf"; fi
if [ $INDEXER = "/usr/bin/indexer" ]; then SPHINXCFG="/etc/sphinx/sphinx.conf"; fi
if test -f /etc/sphinxsearch/sphinx.conf || test -f /etc/sphinxsearch/sphinx.conf.sample ; then SPHINXCFG="/etc/sphinxsearch/sphinx.conf"; fi