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:
parent
bd46d273eb
commit
c2b7180806
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ _ynh_endi_build_ui() {
|
||||||
popd 2>&1
|
popd 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
_ynh_endi_build_python
|
_ynh_endi_build_python() {
|
||||||
_ynh_python_venv_setup --venv_dir="$install_dir/venv"
|
_ynh_python_venv_setup --venv_dir="$install_dir/venv"
|
||||||
python_venv_site_packages=$(_ynh_python_venv_get_site_packages_dir -d "$install_dir/venv")
|
python_venv_site_packages=$(_ynh_python_venv_get_site_packages_dir -d "$install_dir/venv")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue