summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-21 23:15:09 +0000
committerKarl Berry <karl@freefriends.org>2023-02-21 23:15:09 +0000
commit09253b47771b0fed5633b7cf9f169a3bf07adaed (patch)
treeb13b3b709bbd8ef6f6569018851404e4bef584ec /Master/tlpkg/bin/c2l
parent20cbd792a27fceea083d02df2ec9820124c2585e (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@66042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 96192d5d80d..cb1a740348f 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -5,7 +5,7 @@
# Convenience front-end script to run ctan2tl. It rearranges the output
# so error messages come first, then the list of changed files. Also
# accepts platform abbreviations to run tl-update-bindir, etc. Don't
-# take it too seriously; it surely needs generalizing.
+# take it too seriously, it's just for convenience.
use Cwd;
use File::Basename;
@@ -71,7 +71,7 @@ sub main {
exit 0;
} elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") {
- for my $p (qw(i386-freebsd amd64-freebsd
+ for my $p (qw(aarch-linux i386-freebsd amd64-freebsd
x86_64-darwinlegacy
i386-solaris x86_64-solaris)) {
system ("$0 $p") && die "cg/$p failed";