From 635c34dc191cf1bd430d9bec5a18018e61bfe85e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Thu, 21 Jun 2018 20:11:53 +0200 Subject: [PATCH] phase1: download ccache.sh to slavedir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Align behaviour with other script downloads. Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index a184f4b..80955b5 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -594,7 +594,7 @@ for target in targets: # ccache helper factory.addStep(FileDownload( mastersrc = "ccache.sh", - slavedest = "ccache.sh", + slavedest = "../ccache.sh", mode = 0755 )) @@ -602,7 +602,7 @@ for target in targets: factory.addStep(ShellCommand( name = "prepccache", description = "Preparing ccache", - command = ["./ccache.sh"] + command = ["../ccache.sh"] )) # install build key -- 2.30.2