diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 6 |
1 files changed, 0 insertions, 6 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) |