diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-21 23:47:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-21 23:47:56 +0000 |
commit | 4d0940126da076e43963a11c69673bf583b30248 (patch) | |
tree | f2af52edac9debbfe73e81f1eebc744b1a2a4c9f /Master/tlpkg | |
parent | 42babe369d143cce1cd4f6bc6bd44fc400490b5f (diff) |
try to rationalize, probably completely break.
git-svn-id: svn://tug.org/texlive/trunk@13361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index d64b3c4bec4..1a0b5a2fc22 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -10,33 +10,36 @@ longdesc For information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) category TLCore runpattern f install-tl -runpattern f tlpkg/installer/install-tl.html -runpattern f tlpkg/installer/config.guess -# automatically added by tl-make-installer-package -#runpattern d tlpkg/TeXLive +# The basics: runpattern d tlpkg/installer # -# but no xz binaries +# but no xz binaries: runpattern !d tlpkg/installer/xz runpattern !d tlpkg/installer/wget # -# and no perl lib +# and no perl lib: runpattern !d tlpkg/installer/perllib # -# and no other .exe/.dll +# and no other .exe/.dll: runpattern !f tlpkg/installer/*.exe runpattern !f tlpkg/installer/*.dll # -# binpatterns +# Windows only: binpattern d/win32 tlpkg/tlperl binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 install-tl.bat -# shouldn't be in the installer packages -# binpattern f/win32 tl-portable.bat binpattern f/win32 install-tl.bat.manifest -binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe -binpattern f/!win32,i386-cygwin tlpkg/installer/xz/xzdec.${ARCH} -binpattern f/!win32,i386-solaris,i386-linux,mips-irix,sparc-linux,alpha-linux,powerpc-linux,i386-freebsd,x86_64-linux tlpkg/installer/wget/wget.${ARCH} -binpattern f/win32 tlpkg/installer/wget/wget.exe -# why the above does not catch that one I don't know ... so add it -binpattern f/win32 tlpkg/installer/xz/xzdec.exe +# +# xz/xzdec binaries for all: +binpattern f tlpkg/installer/xz/xzdec.${ARCH} +# +# list the platforms for which we provide wget: +binpattern f/amd64-freebsd,i386-openbsd,powerpc-aix,sparc-solaris,\ +universal-darwin,win32 tlpkg/installer/wget/wget.${ARCH} +# +# Our ${ARCH} (probably) only works as a directory companent, not +# extensions, so annoyingly list explicit exe's: +# (getting inconsistent results with cygwin?) +#binpattern f/win32 tlpkg/installer/wget/wget.exe +#binpattern f/win32 tlpkg/installer/xz/xzdec.exe +#binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe |