From fe6e1fdb81f4b999ca23bbd51133fc1475479569 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Mon, 14 Nov 2016 19:25:57 +0000 Subject: [PATCH] [btls] Download & extract BTLS certs, on Linux builds. Actually use the correct pathname. Martin. --- scripts/ci/run-jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh index bde09fc0c2a..fab38f5bd4e 100755 --- a/scripts/ci/run-jenkins.sh +++ b/scripts/ci/run-jenkins.sh @@ -38,8 +38,8 @@ if [ -x "/usr/bin/dpkg-architecture" ]; then EXTRA_CONF_FLAGS="$EXTRA_CONF_FLAGS --host=`/usr/bin/dpkg-architecture -qDEB_HOST_GNU_TYPE`" #force build arch = dpkg arch, sometimes misdetected - mkdir -p ~/.mono/config/ - wget -qO- https://download.mono-project.com/test/new-certs.tgz| tar zx -C ~/.mono/config/ + mkdir -p ~/.config/.mono/ + wget -qO- https://download.mono-project.com/test/new-certs.tgz| tar zx -C ~/.config/.mono/ fi -- 2.25.1