diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index db0a4f61bd9..d64b3c4bec4 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -7,7 +7,7 @@ longdesc are not allowed, but in this case, 00texlive.installer is never longdesc used *except* to build the installer archives, so it's ok. longdesc longdesc For information on the 00texlive prefix see -longdesc 00texlive-installation.config(.tlpsrc) +longdesc 00texlive.installation(.tlpsrc) category TLCore runpattern f install-tl runpattern f tlpkg/installer/install-tl.html @@ -16,8 +16,8 @@ runpattern f tlpkg/installer/config.guess #runpattern d tlpkg/TeXLive runpattern d tlpkg/installer # -# but no lzma binaries -runpattern !d tlpkg/installer/lzma +# but no xz binaries +runpattern !d tlpkg/installer/xz runpattern !d tlpkg/installer/wget # # and no perl lib @@ -28,15 +28,15 @@ runpattern !f tlpkg/installer/*.exe runpattern !f tlpkg/installer/*.dll # # binpatterns -binpattern d/win32 tlpkg/installer/perllib -binpattern f/win32 tlpkg/installer/*.exe -binpattern f/win32 tlpkg/installer/*.dll +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/!win32 tlpkg/installer/lzma/lzmadec.${ARCH} +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/lzma/lzmadec.win32.exe +binpattern f/win32 tlpkg/installer/xz/xzdec.exe |