1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prosody_ynh.git synced 2024-09-03 20:15:57 +02:00
This commit is contained in:
yalh76 2022-06-26 00:12:08 +02:00
parent 2c7808c6df
commit 26a9bd7aba

View file

@ -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