Skip to content

Commit ea092e1

Browse files
committed
switch sphinx2 to compile instead
1 parent 041c821 commit ea092e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
case $SEARCH_BUILD in
44
SPHINX2)
5-
wget --quiet http://ppa.launchpad.net/builds/sphinxsearch-rel22/ubuntu/dists/`lsb_release -cs`/main/binary-amd64/Packages.gz
6-
gzip -d Packages.gz
7-
SPHINX_DEB=`grep -m1 Filename Packages | cut -f2 -d' '`
8-
wget --quiet -O search.deb http://ppa.launchpad.net/builds/sphinxsearch-rel22/ubuntu/${SPHINX_DEB}
9-
dpkg -x search.deb .
5+
wget --quiet http://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
6+
tar zxvf sphinx-2.2.11-release.tar.gz
7+
cd sphinx-2.2.11-release
8+
./configure --prefix=/usr/local/sphinx
9+
make && make install
1010
;;
1111
SPHINX3)
1212
wget --quiet http://sphinxsearch.com/files/sphinx-3.0.3-facc3fb-linux-amd64.tar.gz

0 commit comments

Comments
 (0)