Skip to content

Commit

Permalink
update sphinx to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
etehtsea authored and pat committed May 1, 2011
1 parent 7b3709c commit 515230c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/thinking_sphinx/deploy/capistrano.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
args << fetch(:thinking_sphinx_configure_args, '')

commands = <<-CMD
wget -q http://www.sphinxsearch.com/downloads/sphinx-0.9.8.1.tar.gz >> sphinx.log
tar xzvf sphinx-0.9.8.1.tar.gz
cd sphinx-0.9.8.1
wget -q http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz >> sphinx.log
tar xzvf sphinx-0.9.9.tar.gz
cd sphinx-0.9.9
./configure #{args.join(" ")}
make
#{try_sudo} make install
rm -rf sphinx-0.9.8.1 sphinx-0.9.8.1.tar.gz
rm -rf sphinx-0.9.9 sphinx-0.9.9.tar.gz
CMD
run commands.split(/\n\s+/).join(" && ")
end
Expand Down

0 comments on commit 515230c

Please sign in to comment.