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-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 2a615888aec..ea1a11cc6a0 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -137,7 +137,9 @@ for tlplat in $tlplats; do
download_loc=$tmpdir/tl.$tlplat.tar.xz
default_bin_loc=$download_loc
grab="$download -O $download_loc"
- $grab http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz;;
+ #http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz
+ remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+ $grab $remurl;;
i386-kfreebsd)
download_loc=$tmpdir/tl.$tlplat.tar.xz
default_bin_loc=$download_loc