summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-06 23:51:39 +0000
committerKarl Berry <karl@freefriends.org>2020-03-06 23:51:39 +0000
commit05127a0a7bf569725f64a31989c1123a28017b77 (patch)
tree361f3aa2f9e51942df84646226dff7f2660bcf45 /Master/tlpkg/bin
parent94b41735787655d7b6856abcd6165db17c3aa17b (diff)
doc,updates
git-svn-id: svn://tug.org/texlive/trunk@54144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/c2l3
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir2
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index a01abc2e3f5..c29c695bbb3 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -56,7 +56,7 @@ sub main {
$arg = "x86_64-linuxmusl";
} elsif ($arg eq "norbert" || $arg eq "nor") {
- for my $p (qw(i386-linux x86_64-linux)) {
+ for my $p (qw(i386-linux x86_64-linux x86_64-linuxmusl)) {
system ("$0 $p") && die "norbert/$p failed";
}
print "$0: norbert updates done.\n";
@@ -65,7 +65,6 @@ sub main {
} elsif ($arg eq "cg" || $arg eq "mojca") {
for my $p (qw(i386-freebsd amd64-freebsd
x86_64-darwinlegacy
- x86_64-linuxmusl
i386-solaris x86_64-solaris)) {
system ("$0 $p") && die "cg/$p failed";
}
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 3cf828f97d6..e257ae4d9ce 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -217,7 +217,7 @@ for tlplat in $tlplats; do
x86_64-linuxmusl)
default_bin_loc=$download_loc
remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-x86_64-musl.tar.gz | cut -d : -f 2,3 | tr -d \"`
- remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+ #remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
$grab $remurl;;
x86_64-solaris)
default_bin_loc=$download_loc