diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 4 |
1 files changed, 3 insertions, 1 deletions
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 |