diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 5833ee37564..6099a5dab9c 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -88,6 +88,7 @@ elif false && $update_runtime_from_ainst; then xy=$xu/asymptote cd $xy $cp binaries/i386-windows/texlive/asy.exe $pg/asymptote/ + $cp binaries/x86_64-windows/texlive/asy.exe $pg/asymptote64/ cd /tmp/ainst $cp share/info/{*/,}*.info $xist/doc/info @@ -99,17 +100,13 @@ elif false && $update_runtime_from_ainst; then # $cp latex/asymptote/* $xist/tex/latex/asymptote/ $cp context*/asymptote/* $xist/tex/context/third/asymptote/ - # - # also copy in i386-linux binary from build machine (not any more). - #lb=$xb/x86_64-linux - #$cp bin/asy $lb/ - #strip $lb/asy cd $xist/doc/man make ci="$xu/README \ $xy \ + $pb/tl-update-asy \ $pg/asymptote* \ $xist/doc/info/ $xist/doc/man $xist/doc/asymptote \ $xist/asymptote/ $xist/tex/*/asymptote" |