diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-09 23:23:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-09 23:23:31 +0000 |
commit | 99cc236b3fa8a17fabd96732278887ccb98d9284 (patch) | |
tree | 2a5ec1ae9f70e5eb5a1416629edcba432b973e86 /Master | |
parent | e9af386fb56d5c52290aacd1d4cfa55b41f814b8 (diff) |
i386-netbsd pretest 2 binaries (jukka), kfreebsd asy (ab)
git-svn-id: svn://tug.org/texlive/trunk@18852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 4 |
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;; |