summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-21 22:55:48 +0000
committerKarl Berry <karl@freefriends.org>2019-03-21 22:55:48 +0000
commitab5126e3419bd90af9d13d84a97c650fa1df150c (patch)
treebeb4677e638bead9eb314ce0da622a4f478df4ef /Master/tlpkg/bin/tl-update-bindir
parent7f9f41da9cef87b2c7eb9cd7fc2c05fbe8da77a7 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@50520 c570f23f-e606-0410-a88d-b1316a301751
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