prefix
This commit is contained in:
parent
9447ec59d5
commit
807d6055bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue