diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-10 00:02:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-10 00:02:21 +0000 |
commit | 98a78b1efca348781aa1639736d15fba853ddd11 (patch) | |
tree | 2aee51675fdea03359a3e7e7837e15621fd7f343 | |
parent | 8fb6b43b3f4cff3a7f2e43f604769fa21037c56c (diff) |
missing xasy links
git-svn-id: svn://tug.org/texlive/trunk@18856 c570f23f-e606-0410-a88d-b1316a301751
l--------- | Master/bin/amd64-kfreebsd/xasy | 1 | ||||
l--------- | Master/bin/i386-kfreebsd/xasy | 1 | ||||
l--------- | Master/bin/x86_64-darwin/xasy | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/asymptote.tlpsrc | 9 |
5 files changed, 11 insertions, 3 deletions
diff --git a/Master/bin/amd64-kfreebsd/xasy b/Master/bin/amd64-kfreebsd/xasy new file mode 120000 index 00000000000..2f876fa5f56 --- /dev/null +++ b/Master/bin/amd64-kfreebsd/xasy @@ -0,0 +1 @@ +asy
\ No newline at end of file diff --git a/Master/bin/i386-kfreebsd/xasy b/Master/bin/i386-kfreebsd/xasy new file mode 120000 index 00000000000..2f876fa5f56 --- /dev/null +++ b/Master/bin/i386-kfreebsd/xasy @@ -0,0 +1 @@ +asy
\ No newline at end of file diff --git a/Master/bin/x86_64-darwin/xasy b/Master/bin/x86_64-darwin/xasy new file mode 120000 index 00000000000..2f876fa5f56 --- /dev/null +++ b/Master/bin/x86_64-darwin/xasy @@ -0,0 +1 @@ +asy
\ No newline at end of file diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 3cfcbc271bd..92512e79b8e 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -80,7 +80,6 @@ elif false && $update_runtime_from_ainst; then cp binaries/i386-win32/texlive/asy.exe $pg/asymptote/ cd /tmp/ainst - cp bin/asy $lb/ $cp share/info/{*/,}*.info $xmf/doc/info $cp share/man/man1/asy.1 $xmf/doc/man/man1/asy.1 $cp share/man/man1/xasy.1x $xmf/doc/man/man1/xasy.1 @@ -106,6 +105,7 @@ elif false && $update_runtime_from_ainst; then svn status $ci | sed -n 's/^\?//p' #svn add ... + cd /tmp/ainst diff -qr share/asymptote/ /home/texlive/karl/Master/texmf/asymptote/ | fgrep -v .svn #svn rm ... diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc index 7ce71470f9d..672077da118 100644 --- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc +++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc @@ -1,6 +1,11 @@ category TLCore -binpattern f/!amd64-kfreebsd,mips-irix,powerpc-aix,\ -sparc-linux,sparc-solaris,i386-kfreebsd,x86_64-solaris \ +binpattern f/!\ +i386-solaris, +mips-irix,\ +powerpc-aix,\ +sparc-linux,\ +sparc-solaris,\ +x86_64-solaris\ bin/${ARCH}/*asy binpattern f/i386-cygwin bin/i386-cygwin/freeglut.dll binpattern d/win32 tlpkg/asymptote |