diff options
author | Norbert Preining <preining@logic.at> | 2008-05-21 23:47:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-21 23:47:05 +0000 |
commit | 60b1e05948ec840a281bdf11fdf85e56eee59c71 (patch) | |
tree | 939571e93296494d59a795a474203dc5b570261a /Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | |
parent | 1bca669c556326981846feaadf1c0fd944a89d10 (diff) |
fix 00texlive.installer.tlpsrc for new location of lzma* binaries
git-svn-id: svn://tug.org/texlive/trunk@8278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 4239a8b1826..725af388c8d 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -7,18 +7,22 @@ runpattern f config.guess # automatically added by tl-make-installer-package #runpattern d tlpkg/TeXLive runpattern d tlpkg/installer -# we don't want the perllib in runfiles, but only in bin/win32 files -binpattern d/win32 tlpkg/installer/perllib +# but no lzma binaries +runpattern !d tlpkg/installer/lzma +# and no perl lib runpattern !d tlpkg/installer/perllib -binpattern f/win32 tlpkg/installer/*.exe -binpattern f/win32 tlpkg/installer/*.dll -binpattern f/win32 tlpkg/installer/*.bat +# and no other .exe/.bat./.dll runpattern !f tlpkg/installer/*.exe runpattern !f tlpkg/installer/*.dll runpattern !f tlpkg/installer/*.bat -binpattern f tlpkg/installer/lzma/lzmadec.${ARCH} -# we don't want lzmadec binaries in the runpatterns -runpattern !f tlpkg/installer/lzma/lzmadec.* +# binpatterns +binpattern d/win32 tlpkg/installer/perllib +binpattern f/win32 tlpkg/installer/*.exe +binpattern f/win32 tlpkg/installer/*.dll +binpattern f/win32 tlpkg/installer/*.bat binpattern f/win32 install-tl.bat binpattern f/win32 tl-portable.bat binpattern f/win32 install-tl.bat.manifest +binpattern f tlpkg/installer/lzma/lzmadec.${ARCH} +# why the above does not catch that one I don't know ... so add it +binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe |