diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 16:17:51 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 16:17:51 +0000 |
commit | 92926991fee4079a0d527dad92cf06a8077c8a64 (patch) | |
tree | 8240be3aa13181219ef3ecbb7580e299d9875ecb /Master/tlpkg/bin | |
parent | a4df3f5d115bbfd348da1229a0e980306cbadcb8 (diff) |
Mac OS X Leopard 10.5 (powerpc, i386): R.I.P.
git-svn-id: svn://tug.org/texlive/trunk@47075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 6 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 5 |
2 files changed, 2 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 9f0fd5bed5d..8fe083983ba 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -130,9 +130,6 @@ for tlplat in $tlplats; do i386-cygwin) default_bin_loc=$download_loc $grab http://sanibeltranquility.com/cygwin/$tlplat.tgz;; - i386-darwin) - default_bin_loc=$download_loc - $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; i386-freebsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc @@ -169,9 +166,6 @@ for tlplat in $tlplats; do $grab http://www.solid.ethz.ch/download/texlive/texlive-mips-irix.tar.xz;; mipsel-linux) echo "see mojca" >&2; exit 1;; - powerpc-darwin) - default_bin_loc=$download_loc - $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; powerpc-linux) default_bin_loc=/home/tschmitz/powerpc-linux.tar.xz;; sparc-solaris) diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 61163d93d0a..8b7e14b3f81 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -119,9 +119,8 @@ MAKEINST () # and thus installed normally over the net. # keep in sync with info on http://tug.org/texlive/doc.html. prune="aarch64-linux amd64-freebsd amd64-netbsd armel-linux \ - i386-cygwin i386-darwin i386-freebsd \ - i386-netbsd i386-solaris powerpc-darwin powerpc-linux \ - sparc-solaris x86_64-linuxmusl " + i386-cygwin i386-freebsd i386-netbsd i386-solaris \ + powerpc-linux sparc-solaris x86_64-linuxmusl " echo "-- pruning platforms: $prune..." mkdir $imgdir/tlpkg/bin cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin |