diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-09 23:38:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-09 23:38:18 +0000 |
commit | 6b654c304083645fbdf128200459b84875c8672e (patch) | |
tree | 95f45264f0ca2955254c0e2dfb1ccd3c2845ffc8 /Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | |
parent | 852cbceb0d76085ed59324284ea2d99a704a4002 (diff) |
remove some unused patterns
git-svn-id: svn://tug.org/texlive/trunk@8629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 9f532042bf8..0de381f71e9 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -16,14 +16,17 @@ runpattern f tlpkg/installer/config.guess # automatically added by tl-make-installer-package #runpattern d tlpkg/TeXLive runpattern d tlpkg/installer + # but no lzma binaries runpattern !d tlpkg/installer/lzma + # and no perl lib runpattern !d tlpkg/installer/perllib -# and no other .exe/.bat./.dll + +# and no other .exe/.dll runpattern !f tlpkg/installer/*.exe runpattern !f tlpkg/installer/*.dll -runpattern !f tlpkg/installer/*.bat + # binpatterns binpattern d/win32 tlpkg/installer/perllib binpattern f/win32 tlpkg/installer/*.exe |