From 72a364b65c8b617fe7527c2f38c24f71d5f69cd9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 6 Sep 2014 23:07:40 +0100 Subject: [PATCH] Added --prefix=/usr to libstrophe build in travis config --- .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 ..