[btls] Download & extract BTLS certs, on Linux builds.
authorJo Shields <jo.shields@xamarin.com>
Mon, 14 Nov 2016 19:25:57 +0000 (19:25 +0000)
committerMartin Baulig <martin.baulig@xamarin.com>
Wed, 16 Nov 2016 21:01:43 +0000 (22:01 +0100)
Actually use the correct pathname.  Martin.

scripts/ci/run-jenkins.sh

index bde09fc0c2aafb8b24958c615603c8b0c746309e..fab38f5bd4ecfc856a81fd88627fc08b8db552c9 100755 (executable)
@@ -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