Bob Mottram 8 years ago
parent
commit
807d6055bf
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone-app-xmpp

+ 3
- 3
src/freedombone-app-xmpp View File

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