mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Fix bullseye
This commit is contained in:
parent
01dcb6fbf1
commit
4087db3870
2 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,8 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
# Setup go exe and environnement
|
# Setup go exe and environnement
|
||||||
ynh_use_go
|
ynh_use_go
|
||||||
|
export GOPATH="$final_path/go"
|
||||||
|
export GOCACHE="$final_path/.cache"
|
||||||
# Build server from source
|
# Build server from source
|
||||||
make build 2>&1
|
make build 2>&1
|
||||||
# Setup a nice Yunohost logo
|
# Setup a nice Yunohost logo
|
||||||
|
|
|
@ -99,6 +99,8 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
# Setup go exe and environnement
|
# Setup go exe and environnement
|
||||||
ynh_use_go
|
ynh_use_go
|
||||||
|
export GOPATH="$final_path/go"
|
||||||
|
export GOCACHE="$final_path/.cache"
|
||||||
# Build server from source
|
# Build server from source
|
||||||
make build 2>&1
|
make build 2>&1
|
||||||
# Setup a nice Yunohost logo
|
# Setup a nice Yunohost logo
|
||||||
|
|
Loading…
Add table
Reference in a new issue