diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-29 21:50:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-29 21:50:35 +0000 |
commit | 021292b509f5671e53982beddce08e77aa9b644f (patch) | |
tree | 7c278b51c169f2de3aa5f366639d8e738c239d98 /Master/tlpkg/bin | |
parent | 06ba56c2710363cd4256b875eb274d3c5e650438 (diff) |
xdvipdfmx for amd64-freebsd[11] from norbert
git-svn-id: svn://tug.org/texlive/trunk@51264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 233c3782311..a2c75df31fd 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -108,9 +108,10 @@ for tlplat in $tlplats; do download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" + $grab https://www.preining.info/amd64-freebsd11.tar.gz;; #$grab http://anthesphoria.net/FreeBSD/TeXLive-Devel/amd64-freebsd7.tar.xz;; - remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz - $grab $remurl;; + #remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #$grab $remurl;; amd64-kfreebsd) download_loc=$tmpdir/tl.$tlplat.tar.xz default_bin_loc=$download_loc |