From 6d72baa1808f2733cc95fd35091998b8aa1a6446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:51:10 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b5fb74d..a24e423 100755 --- a/scripts/install +++ b/scripts/install @@ -76,13 +76,13 @@ pushd $install_dir/build/galene-password-generator/ popd pushd $install_dir/galene-file-transfer/ - ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=0 $ynh_go build #-o $install_dir/ + ynh_exec_warn_less ynh_exec_as $app CGO_ENABLED=0 $ynh_go build -o $install_dir/ popd ynh_remove_go ynh_secure_remove --file="$install_dir/build/" ynh_secure_remove --file="$install_dir/build_ldap/" -#ynh_secure_remove --file="$install_dir/build_transferarchive/" +ynh_secure_remove --file="$install_dir/galene-file-transfer/" ynh_secure_remove --file="$install_dir/.cache/" ynh_secure_remove --file="$install_dir/go/" ynh_secure_remove --file="$install_dir/.go-version"