diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 10183eb8444..73331f22d57 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -136,9 +136,10 @@ for tlname in $tlnames; do download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" - $grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd9.0-gnu.tar.xz;; + $grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;; i386-linux) - default_bin_loc=/home/texlive/karl/Build/source/inst/bin/i686-pc-linux-gnu;; + default_bin_loc=/home/texlive/karl/Build/source/inst/bin/i686-pc-linux-gnu + rm -f $default_bin_loc/dvisvgm;; i386-netbsd) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc @@ -161,7 +162,7 @@ for tlname in $tlnames; do default_bin_loc=$download_loc $grab http://www.mojca.si/tl/mipsel-linux.tar.gz;; powerpc-linux) - default_bin_loc=/home/tschmitz/powerpc-linux.tar.xz;; + default_bin_loc=/home/tschmitz/powerpc.tar.xz;; sparc-linux) default_bin_loc=/home/karl/s.tgz;; sparc-solaris) |