diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-06 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-06 00:23:51 +0000 |
commit | ba17b2ea7260e7c0f859347a24ddc83f0e5e697f (patch) | |
tree | ead00cccf337348096a7bc85c5233b1bee673177 /Master/tlpkg/bin/tl-update-bindir | |
parent | 00a724a948c9a799534430982a732a5b27ccacba (diff) |
TeXCatalogue: less debugging
TLPSRC, TLPOBJ: set format_lines_per_page on the right file handle
tl-update-tlpdb: rename a couple options, mess with doc
tl-update-bindir: cygwin location
git-svn-id: svn://tug.org/texlive/trunk@15651 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 7bcef7d29bb..cdfd68fae1b 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -107,7 +107,7 @@ for tlname in $tlnames; do $grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;; i386-cygwin) default_bin_loc=$download_loc - $grab http://www.math.cornell.edu/~kbrown/cygwin_r15328.tgz;; + $grab http://www.math.cornell.edu/~kbrown/cygwin_r15587.tgz;; i386-freebsd) default_bin_loc=/home/manfred/tl2008.bin.tar.lzma;; i386-linux) |