From 2a555157c3529094b51442dd9e8ecd6b41cac0b1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 17 Sep 2014 00:56:21 +0100 Subject: [PATCH] Added prefix to travis libstrophe configure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b4350a9..200d4476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..