diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-24 00:05:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-24 00:05:35 +0000 |
commit | fd0b0388052142e91b9d5ae0464fc054ee89bc1c (patch) | |
tree | 7e53527dc92a9502c7433ba2ec02ba005ecfc785 /Master/tlpkg/tlpsrc | |
parent | 6e411d4c9dba73649f1ca5e25984ae667d57997a (diff) |
x86_64-darwin 2010 pretest 1 binaries for snow leopard (koch)
git-svn-id: svn://tug.org/texlive/trunk@18441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xetex.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 0ef468ea54b..eb97170088a 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -31,7 +31,8 @@ binpattern f tlpkg/installer/xz/xzdec.${ARCH} # # list the platforms for which we provide wget: binpattern f/powerpc-aix,sparc-solaris,\ -universal-darwin,win32 tlpkg/installer/wget/wget.${ARCH} +universal-darwin,win32,x86_64-darwin \ + tlpkg/installer/wget/wget.${ARCH} # # Our ${ARCH} (probably) only works as a directory companent, not # extensions, so annoyingly list explicit exe's: diff --git a/Master/tlpkg/tlpsrc/xetex.tlpsrc b/Master/tlpkg/tlpsrc/xetex.tlpsrc index 8b11f97bac0..42ec0a957d6 100644 --- a/Master/tlpkg/tlpsrc/xetex.tlpsrc +++ b/Master/tlpkg/tlpsrc/xetex.tlpsrc @@ -14,8 +14,8 @@ binpattern f bin/win32/icu*.dll binpattern d/win32 tlpkg/tlpostcode/xetex # # these are only needed for darwin only. -binpattern f/universal-darwin bin/universal-darwin/T1Wrap -binpattern f/universal-darwin bin/universal-darwin/xdv2pdf +binpattern f/universal-darwin,x86_64-darwin bin/universal-darwin/T1Wrap +binpattern f/universal-darwin,x86_64-darwin bin/universal-darwin/xdv2pdf # docpattern d texmf-dist/doc/xetex/base # diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index 174a3e16b74..3b517dbafe7 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -11,7 +11,7 @@ binpattern f/!mips-irix,i386-kfreebsd bin/${ARCH}/xindy binpattern f/!mips-irix,i386-kfreebsd,i386-cygwin bin/${ARCH}/xindy.run binpattern f/i386-cygwin,win32 bin/${ARCH}/xindy-lisp.exe # -# darwin has to split the mem file by architecture. +# universaldarwin has to split the mem file by architecture. binpattern f/!universal-darwin,mips-irix,i386-kfreebsd bin/${ARCH}/xindy.mem binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem binpattern f/universal-darwin bin/universal-darwin/xindy-ppc.mem |