From 368b1e67a0bd07a74e93940229a51dd8d330aab9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 26 Jul 2009 03:47:14 +0200 Subject: [PATCH] Git installer: include the root certificate file for curl Signed-off-by: Johannes Schindelin --- share/WinGit/copy-files.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index 113971c42b..cca1e3d2ec 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -69,7 +69,8 @@ then sed -n "s/^$gitmd5 \\*//p" > etc/fileList-builtins.txt && rm $(cat etc/fileList-builtins.txt) fi && -(cd /mingw && tar cf - bin/*{tcl,tk,wish,gpg,curl.exe,libcurl,libiconv}* \ +(cd /mingw && tar cf - \ + bin/*{tcl,tk,wish,gpg,curl.exe,curl-ca-bundle.crt,libcurl,libiconv}* \ lib/{tcl,tk,dde,reg}* libexec/gnupg/) | tar xf - && md5sum /bin/msys-1.0.dll > etc/msys-1.0.dll.md5 && -- 2.11.4.GIT