1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Added --prefix=/usr to all libstrophe installs

This commit is contained in:
James Booth 2014-08-09 19:58:04 +01:00
parent 4a37572c8c
commit 04127393b2

View File

@ -76,7 +76,7 @@ install_lib_strophe()
cd libstrophe
git checkout 0.8.6
./bootstrap.sh
./configure
./configure --prefix=/usr
make
sudo make install