diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-18 00:49:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-18 00:49:49 +0000 |
commit | eaad857c2b3b3232880bf6a432f1c4de56d1ac75 (patch) | |
tree | fe2a07215fcceedf152fbbe962edfb5635ef8fcc /Master/tlpkg/bin/tl-update-bindir | |
parent | 2f85d60ca38e9e04784d424b7b508d694c1be030 (diff) |
attempt to do .exe addition within tlpkg/installer too
git-svn-id: svn://tug.org/texlive/trunk@13800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 2fc7dc7854a..230f4afaeed 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -128,7 +128,7 @@ for tlname in $tlnames; do $download http://members2.jcom.home.ne.jp/wt1357ak/tl2009w32-02.zip;; x86_64-linux) default_bin_loc=$download_loc - $download http://www.bibles.org.uk/x86_64/x86_64-linux-gnu.tar.gz;; + $download ftp://ftpth.mppmu.mpg.de/pub/peb/TLtests/Build-x86_64-linux.tar.bz2;; esac fi @@ -162,6 +162,9 @@ for tlname in $tlnames; do fi # may need to cd into a subdirectory, depending on how the tar was made. + if test `ls $srcdir` = bin; then + srcdir=$srcdir/bin + fi if test `ls $srcdir | wc -l` = 1; then srcdir=$srcdir/* fi |