diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-11 23:07:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-11 23:07:27 +0000 |
commit | 079d3f44d4e0ed23a25d4a58fe5364bccf4b910d (patch) | |
tree | 186c4b08de6c8b53aff427418c7887e05d761870 /Master/tlpkg | |
parent | 01225329bbfba0aa13dacebfcb0ccd0326ade3d6 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@29866 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 1c96ba824f9..2c0db852401 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -99,8 +99,7 @@ for tlname in $tlnames; do if test x"$USER" = xkarl; then case $tlname in alpha-linux) - default_bin_loc=$download_loc - $grab http://www.logic.at/people/preining/alpha-linux.tar.gz;; + default_bin_loc=/home/preining/alpha-linux.tar.gz;; amd64-freebsd) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc |