1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
Tagada 2023-07-29 20:01:42 +02:00
parent 39fed764cd
commit 9d88c84adb
2 changed files with 8 additions and 0 deletions

View file

@ -42,6 +42,10 @@ ynh_script_progression --message="Setting up source files..." --weight=4
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"
pushd "$install_dir"
make
popd
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
#================================================= #=================================================

View file

@ -65,6 +65,10 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=5 ynh_script_progression --message="Upgrading source files..." --weight=5
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_setup_source --dest_dir="$install_dir" --full_replace=1
pushd "$install_dir"
make
popd
fi fi
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"