From f82bcfed034f49ff7140f878a083dbaad98f4d60 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 24 Oct 2018 10:31:27 +0200 Subject: [PATCH] fix build.sh Signed-off-by: Felix Bartels --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index dfa35af..2dcbae1 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ serial="" component="" nocache="" -. ./common/common.sh +. ./base/create-kopano-repo.sh function _usage() { @@ -134,4 +134,4 @@ else $customBuildString \ "${buildcontext_base}${component}" set +x -fi \ No newline at end of file +fi