1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00
This commit is contained in:
Navan Chauhan 2023-05-12 17:28:36 -06:00 committed by GitHub
parent 93421d2b0c
commit 41cb3ef123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ then
# Install Go # Install Go
ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$install_dir/build" pushd "$install_dir/build"
cd listmonk-*
# Build the sources # Build the sources
ynh_use_go ynh_use_go
export GOPATH="$install_dir/build/go" export GOPATH="$install_dir/build/go"