summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-01 23:10:25 +0000
committerKarl Berry <karl@freefriends.org>2020-03-01 23:10:25 +0000
commit81abf43d2b32106102462c3fd1b6c52c0b74f6b7 (patch)
tree8ff3cf992c81a46d17219ac528c3cb6fe7467402 /Master/tlpkg
parent668f13d96ea148cade89c8813883c8b5a90cb55e (diff)
asymptote 2.62 support files
git-svn-id: svn://tug.org/texlive/trunk@53988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/asymptote/asy.exebin6443008 -> 7562240 bytes
-rwxr-xr-xMaster/tlpkg/asymptote64/asy.exebin7439872 -> 7555072 bytes
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy4
3 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe
index 900c228cfd9..865e964387e 100755
--- a/Master/tlpkg/asymptote/asy.exe
+++ b/Master/tlpkg/asymptote/asy.exe
Binary files differ
diff --git a/Master/tlpkg/asymptote64/asy.exe b/Master/tlpkg/asymptote64/asy.exe
index f23ac200523..55c29d0b8b0 100755
--- a/Master/tlpkg/asymptote64/asy.exe
+++ b/Master/tlpkg/asymptote64/asy.exe
Binary files differ
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 02bd77be308..377211d215d 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -77,6 +77,8 @@ elif test "x$1" = x--build; then
elif false && $update_runtime_from_ainst; then
# this part is about copying the results of a successful build
# and install (from the previous section) into the Master/texmf runtime.
+ # This should be done only when new binaries are being commited,
+ # because support files and binaries are required to match versions.
cp="cp -afv"
xu=$B/source/utils
@@ -119,5 +121,5 @@ elif false && $update_runtime_from_ainst; then
#svn rm ...
svn status $ci # just to see
- scom -m"asymptote $ver" $ci
+ scom -m"asymptote $ver support files" $ci $pb/tl-update-asy
fi