diff --git a/scripts/install b/scripts/install index d77ed2f..50c0b60 100755 --- a/scripts/install +++ b/scripts/install @@ -13,8 +13,8 @@ source /usr/share/yunohost/helpers # INITIALIZE AND STORE SETTINGS #================================================= -mpd_state="${boolstr[mpdext]}" -ynh_app_setting_set --app=$app --key=mpd_state --value=$mpd_state +mpd_state="${boolstr[mpd_ext]}" +ynh_app_setting_set --app="$app" --key=mpd_state --value="$mpd_state" #================================================= # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) @@ -30,7 +30,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 ynh_script_progression --message="Install in Python environment..." --weight=30 myynh_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 -R o-rwx "$install_dir"