1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Fix syntax

This commit is contained in:
Salamandar 2024-07-13 15:22:49 +02:00
parent bd46d273eb
commit c2b7180806

View file

@ -29,7 +29,7 @@ _ynh_endi_build_ui() {
popd 2>&1
}
_ynh_endi_build_python
_ynh_endi_build_python() {
_ynh_python_venv_setup --venv_dir="$install_dir/venv"
python_venv_site_packages=$(_ynh_python_venv_get_site_packages_dir -d "$install_dir/venv")