1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added --prefix=/usr to libstrophe build in travis config

This commit is contained in:
James Booth 2014-09-06 23:07:40 +01:00
parent 05bff31bb3
commit 72a364b65c

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 ..