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
|
tar -xzvf ${INSTALL_DIR}/${prosody_filename}.tar.gz
|
||||||
cd ${INSTALL_DIR}/${prosody_filename}
|
cd ${INSTALL_DIR}/${prosody_filename}
|
||||||
./configure --ostype=debian
|
./configure --ostype=debian --prefix=/usr
|
||||||
make
|
make prefix=/usr
|
||||||
make install PREFIX=/usr
|
make prefix=/usr install
|
||||||
if [ -f /usr/local/bin/prosody ]; then
|
if [ -f /usr/local/bin/prosody ]; then
|
||||||
echo $'Failed to build prosody nightly to /usr/bin'
|
echo $'Failed to build prosody nightly to /usr/bin'
|
||||||
rm ${INSTALL_DIR}/${prosody_filename}.tar.gz
|
rm ${INSTALL_DIR}/${prosody_filename}.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue