summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 196a82d340e..1552ead55bc 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -128,8 +128,10 @@ for tlname in $tlnames; do
i386-linux)
default_bin_loc=/home/texlive/sarge/tmp/source/inst/bin/i686-pc-linux-gnu;;
i386-netbsd)
+ download_loc=${TMPDIR-$tmpdir}/tl.$tlname.tar.xz
default_bin_loc=$download_loc
- $grab http://salmi.ch/~jukka/TL/TL2010bin_i386-netbsd.tgz;;
+ grab="$download -O $download_loc"
+ $grab http://salmi.ch/~jukka/TL/TL2010bin_i386-netbsd.tar.xz;;
i386-openbsd)
default_bin_loc=$download_loc
$grab http://students.dec.bmth.ac.uk/ebarrett/files/tl-bin-20080810.tgz;;