1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
Éric Gaspar 2024-06-21 08:40:27 +02:00
parent 9d86e27a24
commit 3a0b51b112
2 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression "Building app..."
go_install
ynh_go_install
pushd $install_dir/build/galene-password-generator/
ynh_hide_warnings ynh_exec_as_app CGO_ENABLED=0 go build -o $install_dir/
@ -57,7 +57,7 @@ pushd $install_dir/build_ldap/
ynh_hide_warnings ynh_exec_as_app CGO_ENABLED=0 go build -ldflags='-s -w' -o $install_dir/live_ldap/
popd
go_remove
ynh_go_remove
ynh_safe_rm "$install_dir/build/"
ynh_safe_rm "$install_dir/build_ldap/"
ynh_safe_rm "$install_dir/.cache/"

View file

@ -57,7 +57,7 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression "Building app..."
go_install
ynh_go_install
pushd $install_dir/build/galene-password-generator/
ynh_hide_warnings ynh_exec_as_app CGO_ENABLED=0 go build -o $install_dir/
@ -69,7 +69,7 @@ pushd $install_dir/build_ldap/
ynh_hide_warnings ynh_exec_as_app CGO_ENABLED=0 go build -ldflags='-s -w' -o $install_dir/live_ldap/
popd
go_remove
ynh_go_remove
ynh_safe_rm "$install_dir/build/"
ynh_safe_rm "$install_dir/build_ldap/"
ynh_safe_rm "$install_dir/.cache/"