1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05: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 - git clone git://github.com/strophe/libstrophe.git
- cd libstrophe - cd libstrophe
- ./bootstrap.sh - ./bootstrap.sh
- ./configure - ./configure --prefix=/usr
- make - make
- sudo make install - sudo make install
- cd .. - cd ..