1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04: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
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