summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 6bb284a876d..061c384f768 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -129,7 +129,7 @@ for tlplat in $tlplats; do
$grab http://sanibeltranquility.com/cygwin/$tlplat.tgz;;
i386-darwin)
default_bin_loc=$download_loc
- $grab http://dl.contextgarden.net/build/texlive/$tlplat.xz;;
+ $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
i386-freebsd)
download_loc=$tmpdir/tl.$tlplat.tar.xz
default_bin_loc=$download_loc
@@ -141,7 +141,9 @@ for tlplat in $tlplats; do
grab="$download -O $download_loc"
$grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;;
i386-linux)
- default_bin_loc=/tmp/lin32.tgz;;
+ #default_bin_loc=/tmp/lin32.tgz;;
+ default_bin_loc=$download_loc
+ $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
i386-netbsd)
download_loc=$tmpdir/tl.$tlplat.tar.xz
default_bin_loc=$download_loc
@@ -179,7 +181,7 @@ for tlplat in $tlplats; do
default_bin_loc=/home/koch/$tlplat.tar.xz;;
x86_64-darwinlegacy)
default_bin_loc=$download_loc
- $grab http://dl.contextgarden.net/build/texlive/x86_64-darwin.tar.xz;;
+ $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
x86_64-linux)
# local: default_bin_loc=/home/texlive/karl/Build/source/inst/bin/x86_64-pc-linux-gnu;;
;; # updated by Norbert.