diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-05 22:42:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-05 22:42:21 +0000 |
commit | 04d0de57f4492ec3ba7c54ac0d6c8ebf976e4e7b (patch) | |
tree | 05d7ac67b492c96b1c14c52011af49b0c5c3f189 /Master | |
parent | e68d94a789f6686333f592b920e524410cc4eb4a (diff) |
exclude asymptote/binaries
git-svn-id: svn://tug.org/texlive/trunk@44464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index ee8b729fab6..c686ab852a9 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -20,7 +20,7 @@ renice +19 -p $$ >/dev/null 2>&1 umask 0 unset CDPATH # avoid output from cd XZ_OPT=-6; export XZ_OPT # compression level, -9 for slowest-but-most, - # which is not worth the time. + # which is not worth the (excessive) time. mydir=`cd \`dirname $0\` && /bin/pwd` cd $mydir || exit 1 # the Master/tlpkg/bin directory @@ -199,6 +199,7 @@ do_tar () # more excludes for source tarball. excludes="$excludes --exclude=Work --exclude=inst" excludes="$excludes --exclude=autom4te.cache" + excludes="$excludes --exclude=asymptote/binaries" # also distclean asy for e in bibtex epstopdf jfontmaps; do # exclude "upstream" sources excludes="$excludes --exclude=extra/$e" done |