mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
make
This commit is contained in:
parent
39fed764cd
commit
9d88c84adb
2 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,10 @@ ynh_script_progression --message="Setting up source files..." --weight=4
|
|||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
pushd "$install_dir"
|
||||
make
|
||||
popd
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -65,6 +65,10 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||
|
||||
pushd "$install_dir"
|
||||
make
|
||||
popd
|
||||
fi
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue