From 485c39a49a176ce510b200a5c50566001e371626 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 19 Jan 2021 20:56:08 +0100 Subject: [PATCH] Have the ./bin directory ready before building --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 6889f54..bbb804e 100644 --- a/scripts/install +++ b/scripts/install @@ -139,6 +139,7 @@ adduser $app ssl-cert pushd "$final_path" || ynh_die ynh_script_progression --message="Building the sources (it will take some time)..." --weight=6 # Build the sources + mkdir ./bin ynh_exec_warn_less ./build.sh ynh_script_progression --message="Generating the keys..." --weight=1 # Generate a Matrix signing key for federation