mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Attempt to make pyodide build work #7
This commit is contained in:
parent
a82dc0e516
commit
e6b8c40b15
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ pushd "$install_dir"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd "$install_dir/sandbox/pyodide"
|
pushd "$install_dir/sandbox/pyodide"
|
||||||
ynh_exec_warn_less ynh_exec_as $app make setup
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH make setup
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -58,7 +58,7 @@ then
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd "$install_dir/sandbox/pyodide"
|
pushd "$install_dir/sandbox/pyodide"
|
||||||
ynh_exec_warn_less ynh_exec_as $app make setup
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH make setup
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue