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

Make prefix and argument to libstrophe install

This commit is contained in:
James Booth 2014-08-09 21:16:01 +01:00
parent edac38784d
commit 99fc7c5ed4

View File

@ -76,7 +76,7 @@ install_lib_strophe()
cd libstrophe cd libstrophe
git checkout 0.8.6 git checkout 0.8.6
./bootstrap.sh ./bootstrap.sh
./configure --prefix=/usr ./configure --prefix=$1
make make
sudo make install sudo make install
@ -173,15 +173,15 @@ unknown) echo The install script will not work on this OS.
exit exit
;; ;;
fedora) fedora_prepare fedora) fedora_prepare
install_lib_strophe install_lib_strophe /usr
install_profanity install_profanity
;; ;;
debian) debian_prepare debian) debian_prepare
install_lib_strophe install_lib_strophe /usr
install_profanity install_profanity
;; ;;
opensuse) opensuse_prepare opensuse) opensuse_prepare
install_lib_strophe install_lib_strophe /usr/local
install_profanity install_profanity
;; ;;
cygwin) cygwin_prepare cygwin) cygwin_prepare