From 04127393b2db72ec0f20d6045bc8202e0c8d7bde Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 9 Aug 2014 19:58:04 +0100 Subject: [PATCH] Added --prefix=/usr to all libstrophe installs --- install-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-all.sh b/install-all.sh index 862068f9..a69418f1 100755 --- a/install-all.sh +++ b/install-all.sh @@ -76,7 +76,7 @@ install_lib_strophe() cd libstrophe git checkout 0.8.6 ./bootstrap.sh - ./configure + ./configure --prefix=/usr make sudo make install