1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

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

This reverts commit 72a364b65c.
This commit is contained in:
James Booth 2014-09-07 14:06:14 +01:00
parent 85ccedd01c
commit 6ee8f8e4b5

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 --prefix=/usr - ./configure
- make - make
- sudo make install - sudo make install
- cd .. - cd ..