1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
Salamandar 2024-01-14 22:40:18 +01:00
parent 5bf5455078
commit 67c87e8491
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
#================================================= #=================================================
ynh_script_progression --message="Install in Python environment..." --weight=30 ynh_script_progression --message="Install in Python environment..." --weight=30
myynh_install _mopidy_install
# patch -u $install_dir/env/lib/python$python_version/site-packages/mopidy/__main__.py -i ../sources/patches/__main__.patch --forward # patch -u $install_dir/env/lib/python$python_version/site-packages/mopidy/__main__.py -i ../sources/patches/__main__.patch --forward
chmod 750 "$install_dir" chmod 750 "$install_dir"

View file

@ -32,7 +32,7 @@ ynh_systemd_action --service_name="$app" --action="stop"
#================================================= #=================================================
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
myynh_install _mopidy_install
chmod 750 "$install_dir" chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"