diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index b68c30c767f..80d0469a976 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -27,7 +27,7 @@ if false && $update_sources_from_ctan; then cd asymptote # get list of new files to add: svn status | sed -n 's/^\?//p' | fgrep -v binaries - svn add ... + svn add `!!` # get list of files to remove: diff -qr . /home/ftp/tex-archive/graphics/asymptote/ | egrep -v '\.svn|gc-' @@ -62,7 +62,6 @@ elif test "x$1" = x--build; then --enable-texlive-build --prefix=/tmp/ainst CFLAGS=-g nice make make install-prebuilt - strip /tmp/ainst/bin/asy mv dot.svn .svn exit 0 |