summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/c2lx3
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir3
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