texlive[61892] Master/tlpkg/TeXLive/TLUtils.pm: Fix path of ca bundle

commits+preining at tug.org commits+preining at tug.org
Sat Feb 5 12:02:32 CET 2022


Revision: 61892
          http://tug.org/svn/texlive?view=revision&revision=61892
Author:   preining
Date:     2022-02-05 12:02:32 +0100 (Sat, 05 Feb 2022)
Log Message:
-----------
Fix path of ca bundle

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2022-02-05 11:02:25 UTC (rev 61891)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2022-02-05 11:02:32 UTC (rev 61892)
@@ -2633,7 +2633,7 @@
       my @curlargs = @{$TeXLive::TLConfig::FallbackDownloaderArgs{'curl'}};
       # can't push new arg at end of list because builtin list ends with
       # -o to set the output file.
-      unshift (@curlargs, '--cacert', "$::installerdir/tlpkg/curl/curl-ca-bundle.crt");
+      unshift (@curlargs, '--cacert', "$::installerdir/tlpkg/installer/curl/curl-ca-bundle.crt");
       $TeXLive::TLConfig::FallbackDownloaderArgs{'curl'} = \@curlargs;
       debug("TLUtils::setup_programs: curl on old darwin, final curl args: @{$TeXLive::TLConfig::FallbackDownloaderArgs{'curl'}}\n");
     }



More information about the tex-live-commits mailing list.