mirror of
https://github.com/YunoHost-Apps/prosody_ynh.git
synced 2024-09-03 20:15:57 +02:00
Fix #9
This commit is contained in:
parent
2c7808c6df
commit
26a9bd7aba
1 changed files with 10 additions and 7 deletions
|
@ -96,15 +96,18 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
# BUILD PROSODY
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building Prosody..."
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Building Prosody..."
|
||||
|
||||
pushd "$builddir"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make install
|
||||
popd
|
||||
pushd "$builddir"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make install
|
||||
popd
|
||||
|
||||
ynh_secure_remove --file="$builddir"
|
||||
ynh_secure_remove --file="$builddir"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue