From 807d6055bf5b96c8c35a32727b570d2a07eb38cc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 3 Dec 2016 23:13:19 +0000 Subject: [PATCH] prefix --- src/freedombone-app-xmpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-app-xmpp b/src/freedombone-app-xmpp index 2e6e4df3..f028ecd9 100755 --- a/src/freedombone-app-xmpp +++ b/src/freedombone-app-xmpp @@ -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