diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/c2l | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
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 |