From 17399d9a2fc51f29f443247170d817bdec7206a7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Mar 2020 16:34:08 +0000 Subject: doc git-svn-id: svn://tug.org/texlive/trunk@54420 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/c2lx | 3 ++- Master/tlpkg/bin/tl-update-bindir | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index d1b205cab4a..3834992e5c6 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -2,7 +2,8 @@ # $Id$ # Originally written by Karl Berry. Public domain. # -# Front-front-end script for c2l to update LaTeX3, +# Front-front-end script for c2l to update +# (with first arg "3") LaTeX3, # or (with first arg "e") LaTeX2e, # or (with first arg "dev") latex-dev, # each of which is comprised of several diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 628f625e4b4..2f78e24eacf 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -149,8 +149,7 @@ for tlplat in $tlplats; do i386-linux) default_bin_loc=$download_loc #remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz - remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/svn53987 | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` - remurl=https://github.com/TeX-Live/texlive-source/releases/download/svn53987/texlive-bin-i386-linux.tar.gz + remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` $grab $remurl;; i386-linuxmusl) default_bin_loc=$download_loc -- cgit v1.2.3