summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-07 23:41:08 +0000
committerKarl Berry <karl@freefriends.org>2024-03-07 23:41:08 +0000
commit9c8199793e610cc58165d140a7bf25d3d91ba2ba (patch)
tree01be2f32613085bd914cac12b71a0047b68f4e21 /Master/tlpkg/bin/c2l
parentcc45dc75cc9491a335c887183ebbdfeed2fefe68 (diff)
dvisvgm 3.2.2, dvipdfmx 20240305, plus general armhf
git-svn-id: svn://tug.org/texlive/trunk@70489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l6
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index aa98c937f47..123e2fda182 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -69,9 +69,7 @@ sub main {
} elsif ($arg eq "norbert" || $arg eq "nor" || $arg eq "gh") {
# see Build/source/.github/ for workflows and scripts.
- for my $p (qw(aarch64-linux
- armhf-linux
- amd64-freebsd
+ for my $p (qw(amd64-freebsd
i386-freebsd i386-linux i386-solaris
x86_64-linux x86_64-linuxmusl x86_64-solaris)) {
system ("$0 $p") && die "github/$p failed";
@@ -80,7 +78,7 @@ sub main {
exit 0;
} elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") {
- for my $p (qw(x86_64-darwinlegacy
+ for my $p (qw(aarch64-linux armhf-linux x86_64-darwinlegacy
)) {
system ("$0 $p") && die "cg/$p failed";
}