summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 18:01:39 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 18:01:39 +0000
commitb9b415d5c0649bd8caaeb1a7e8634c9049ebf11f (patch)
tree6e2624036a777df5eed7619c631085572c4f2420 /Master/tlpkg/bin/tl-update-bindir
parentf19eeb23cec257a4c2b97f7b2ffc44e4fad99945 (diff)
universal-darwin replaces x86_64-darwin as of tl2021
git-svn-id: svn://tug.org/texlive/trunk@57908 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir15
1 files changed, 3 insertions, 12 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index c654bd3ab7a..35667451989 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -178,6 +178,9 @@ for tlplat in $tlplats; do
sparc-solaris)
default_bin_loc=$download_loc
$grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
+ universal-darwin)
+ default_bin_loc=/home/koch/$tlplat.tar.xz
+ ;;
win32)
# default_bin_loc=$tmpdir/tl.$tlplat.zip
# $grab http://members2.jcom.home.ne.jp/wt1357ak/tl2009w32-02.zip;;
@@ -185,18 +188,6 @@ for tlplat in $tlplats; do
x86_64-cygwin)
default_bin_loc=$download_loc
$grab http://sanibeltranquility.com/cygwin/$tlplat.tgz;;
- x86_64-darwin)
- # current mac is different than everything else; it now contains
- # only the changed and new files (whether files or symlinks),
- # because binaries have to be "hardened", and hardening always changes
- # the contents. Don't want everything to change every time. Have
- # to do removals manually, but this seems the least bad. --karl, 22mar20
- default_bin_loc=/home/koch/$tlplat.tar.xz
- cd $destdir || exit 1
- tar xf $default_bin_loc || exit 1
- svn status | sort
- exit 0
- ;;
x86_64-darwinlegacy)
default_bin_loc=$download_loc
$grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;