This commit is contained in:
Bob Mottram 2016-12-03 23:13:19 +00:00
parent 9447ec59d5
commit 807d6055bf
1 changed files with 3 additions and 3 deletions

View File

@ -432,9 +432,9 @@ function install_xmpp_nightly {
tar -xzvf ${INSTALL_DIR}/${prosody_filename}.tar.gz
cd ${INSTALL_DIR}/${prosody_filename}
./configure --ostype=debian
make
make install PREFIX=/usr
./configure --ostype=debian --prefix=/usr
make prefix=/usr
make prefix=/usr install
if [ -f /usr/local/bin/prosody ]; then
echo $'Failed to build prosody nightly to /usr/bin'
rm ${INSTALL_DIR}/${prosody_filename}.tar.gz