diff options
-rwxr-xr-x | Master/bin/armhf-linux/asy | bin | 2590252 -> 29821177 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Master/bin/armhf-linux/asy b/Master/bin/armhf-linux/asy Binary files differindex 864a04d3a8d..d31e4071a8f 100755 --- a/Master/bin/armhf-linux/asy +++ b/Master/bin/armhf-linux/asy diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 294834549eb..64adb4bcb92 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -6,7 +6,7 @@ # Do not run this script. It won't work. It is necessary to run the # commands one at a time and think about what is being done. It's # checked in so that when I get hit by a truck, at least the procedure I -# used will be there as a starting point. +# used will be available as a starting point. # # The script uses various paths and convenience variables that I define # for myself; feel free to peruse tug.org:~karl/.bash_login, etc. @@ -65,6 +65,7 @@ elif test "x$1" = x--build; then ./configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \ --enable-texlive-build --prefix=/tmp/ainst #CFLAGS=-g nice make + #nice make check make install-prebuilt test -r dot.svn && mv dot.svn .svn exit 0 @@ -115,6 +116,7 @@ elif false && $update_runtime_from_ainst; then diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn #svn rm ... + # svn status $ci # just to see scom -m"asymptote $ver" $ci fi diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 8934beed5c6..3cae36d6ebb 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -156,7 +156,7 @@ for tlname in $tlnames; do download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" - $grab http://www.math.fsu.edu/~ealdrov/texlive/2014/bin-i386-pc-solaris2.10.tar.gz;; + $grab http://www.math.fsu.edu/~ealdrov/texlive/2015/bin-i386-pc-solaris2.10.tar.gz;; mips-irix) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc @@ -196,7 +196,7 @@ for tlname in $tlnames; do download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" - $grab http://www.math.fsu.edu/~ealdrov/texlive/2014/bin-x86_64-pc-solaris2.10.tar.gz;; + $grab http://www.math.fsu.edu/~ealdrov/texlive/2015/bin-x86_64-pc-solaris2.10.tar.gz;; esac fi |