mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Fixed env?
This commit is contained in:
parent
91bee9fae6
commit
16eaf6acc4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ mv $install_dir/build_api/build/libs/piped-1.0-all.jar $install_dir/piped.jar
|
|||
ynh_script_progression --message="Building Proxy..." --weight=5
|
||||
|
||||
pushd $install_dir/build_proxy
|
||||
ynh_exec_warn_less ynh_exec_as $app cargo build --release
|
||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH cargo build --release
|
||||
popd
|
||||
|
||||
mv $install_dir/build_proxy/target/release/piped-proxy $install_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue