mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
fix
This commit is contained in:
parent
5bf5455078
commit
67c87e8491
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue