diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index c7dc84be028..cfea8fe12ac 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -14,22 +14,22 @@ longdesc 00texlive.installation(.tlpsrc) runpattern f install-tl runpattern f release-texlive.txt runpattern d tlpkg/installer -runpattern d tlpkg/tltcl # -# but no xz binaries: -runpattern !d tlpkg/installer/xz -runpattern !d tlpkg/installer/wget +# but omit binary stuff from runpatterns, we give them as binpatterns below: runpattern !d tlpkg/installer/lz4 -# tar.exe is included in the win32 binpattern below, so exclude from runpattern +runpattern !d tlpkg/installer/wget +runpattern !d tlpkg/installer/xz runpattern !f tlpkg/installer/tar.exe # # Windows only: binpattern d/win32 tlpkg/tlperl +runpattern d/win32 tlpkg/tltcl binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 tlpkg/installer/wget/wget.exe binpattern f/win32 tlpkg/installer/xz/xz.exe binpattern f/win32 install-tl-windows.bat binpattern f/win32 install-tl-advanced.bat +# # xz binaries for all binpattern f tlpkg/installer/xz/xz.${ARCH} # |