diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-30 22:54:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-30 22:54:04 +0000 |
commit | 4603259f7b34f0b0e20647c9115f49307deb268d (patch) | |
tree | 303a17d11e672523c5cf3734ab52b017842bdf9a /Master/tlpkg/bin/tl-update-bindir | |
parent | 43de122971650ec899739f2cebf00f4d6b92269b (diff) |
alpha-linux update from Norbert
git-svn-id: svn://tug.org/texlive/trunk@14032 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 720c1df7dbe..d73ce1e72a3 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -98,7 +98,7 @@ for tlname in $tlnames; do case $tlname in alpha-linux) default_bin_loc=$download_loc - $download http://www.logic.at/people/preining/alpha-linux.tgz;; + $download http://www.logic.at/people/preining/alpha-linux.tar.gz;; amd64-freebsd) default_bin_loc=$download_loc $download http://www.witticism.org/temp/amd64_fbsd7_r10553.tar.bz2;; |