diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-27 22:10:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-27 22:10:56 +0000 |
commit | 97d083dfdb3693ccc44c6b2851ff729ef01d45ed (patch) | |
tree | 9061288180fc53f1d1f14fb8e03e70916870dba2 /Master/tlpkg/bin/c2l | |
parent | 7669f918608c9f27bcce138163da6bf29a033a6a (diff) |
2023 rebuild for armhf, aarch64(+asy)
git-svn-id: svn://tug.org/texlive/trunk@66237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-x | Master/tlpkg/bin/c2l | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l index 8519c4b4fa8..ea1fbbd14c4 100755 --- a/Master/tlpkg/bin/c2l +++ b/Master/tlpkg/bin/c2l @@ -72,8 +72,9 @@ sub main { } elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") { for my $p (qw(i386-freebsd amd64-freebsd - x86_64-darwinlegacy - i386-solaris x86_64-solaris)) { + aarch64-linux armhf-linux + i386-solaris x86_64-solaris + x86_64-darwinlegacy)) { system ("$0 $p") && die "cg/$p failed"; } print "$0: cg (contextgarden) updates done.\n"; |