From 99fc7c5ed42fbef6e4fcc99b1a41492d11ea77cf Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 9 Aug 2014 21:16:01 +0100 Subject: [PATCH] Make prefix and argument to libstrophe install --- install-all.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-all.sh b/install-all.sh index a69418f1..88616984 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 --prefix=/usr + ./configure --prefix=$1 make sudo make install @@ -173,15 +173,15 @@ unknown) echo The install script will not work on this OS. exit ;; fedora) fedora_prepare - install_lib_strophe + install_lib_strophe /usr install_profanity ;; debian) debian_prepare - install_lib_strophe + install_lib_strophe /usr install_profanity ;; opensuse) opensuse_prepare - install_lib_strophe + install_lib_strophe /usr/local install_profanity ;; cygwin) cygwin_prepare