1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-27 20:30:13 -04:00

Added prefix to travis libstrophe configure

This commit is contained in:
James Booth 2014-09-17 00:56:21 +01:00
parent e2f37600db
commit 2a555157c3

View File

@ -5,7 +5,7 @@ install:
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- ./bootstrap.sh
- ./configure
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..