Skip to content
Snippets Groups Projects
Commit 807d6055 authored by Bob Mottram's avatar Bob Mottram
Browse files

prefix

parent 9447ec59
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment