summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 628f9aedebe..4bdd510ff8e 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -45,9 +45,10 @@ elif test "x$1" = x--build; then
# Despite all the dire warnings above, this part actually can be run
# as a script, because it's so often necessary to redo.
set -e
- PATH=/usr/bin:/bin:/sbin; export PATH # system gcc for sake of shared libs
- PATH=$PATH:$lb # get our kpsewhich
- svn=/usr/local/bin/svn # so we need our svn explicitly
+ PATH=/usr/bin:/bin:/sbin; export PATH # system gcc for sake of shared libs
+ #PATH=/usr/local/bin:$PATH # need new gs to pass tests, but ok
+ PATH=$lb:$PATH # get our kpsewhich
+ svn=/usr/local/bin/svn # so we need our svn explicitly
unset GREP_OPTIONS CDPATH
set -x
@@ -81,7 +82,7 @@ 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.
- cp="cp -af"
+ cp="cp -afv"
xu=$B/source/utils
xy=$xu/asymptote
@@ -122,7 +123,6 @@ elif false && $update_runtime_from_ainst; then
diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn
#svn rm ...
- #
svn status $ci # just to see
scom -m"asymptote $ver" $ci
fi