diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-08 18:14:30 +0000 |
commit | 2229554140bb2a2fc6faeaa0f86a497da0e25b91 (patch) | |
tree | 6e809e2bf517c9f2c1b8fb328945aeae3239913a /Master/tlpkg/bin | |
parent | b34a3dab6046461de575d7b757a8647fd0a6f18d (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@58223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/c2l | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l index 40ee1923eb3..de9666175c3 100755 --- a/Master/tlpkg/bin/c2l +++ b/Master/tlpkg/bin/c2l @@ -37,7 +37,7 @@ sub main { } elsif ($arg eq "dar32") { $arg = "i386-darwin"; } elsif ($arg eq "darwin" || $arg eq "dar" || $arg eq "mac") { - $arg = "x86_64-darwin"; + $arg = "universal-darwin"; } elsif ($arg eq "darleg") { $arg = "x86_64-darwinlegacy"; } elsif ($arg eq "irix") { diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index db1575f3c76..76c7b4b1531 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -200,6 +200,7 @@ PATH=/usr/bin tlnet_install_log=`pwd`/update-tlnet-install.log tlnet_install_cmd="install-tl -location $tltry -profile texlive.profile" +echo "$prg: `date`" echo "$prg: Running test install (log: $tlnet_install_log)..." echo "$prg: (in `pwd`)" echo "$prg: $tlnet_install_cmd" @@ -281,6 +282,7 @@ if test $failure = false; then $check_consistency || continue fi basecmd=`basename $cmdname` + echo "$prg: `date`" echo "$prg: Running $basecmd ($cmd)" outfile=/tmp/tlnet.$basecmd if $cmd >$outfile 2>&1; then :; else |