diff options
author | Norbert Preining <preining@logic.at> | 2008-05-10 16:26:37 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-10 16:26:37 +0000 |
commit | ee54e56ca656def0d9550d075cc8351f599790b4 (patch) | |
tree | 92ba1c0bdfe6bb0770e3ab6bea036441a0771211 | |
parent | 8eb977f822c0e17c953a51397a30f93bf35d76f9 (diff) |
the installer does not need lzma, only lzmadec
but 0texlive.support needs both (atm, maybe later only lzma)
git-svn-id: svn://tug.org/texlive/trunk@8029 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/0texlive.support.tlpsrc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 996ac0a0173..c372bbd553d 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -17,10 +17,8 @@ runpattern !f tlpkg/installer/*.exe runpattern !f tlpkg/installer/*.dll runpattern !f tlpkg/installer/*.bat binpattern f tlpkg/installer/lzmadec.${ARCH} -binpattern f tlpkg/installer/lzma.${ARCH} # we don't want lzmadec binaries in the runpatterns runpattern !f tlpkg/installer/lzmadec.* -runpattern !f tlpkg/installer/lzma.* binpattern f/win32 install-tl.bat binpattern f/win32 tl-portable.bat binpattern f/win32 install-tl.bat.manifest diff --git a/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc b/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc index a2cb2e64032..100e1d6aba3 100644 --- a/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc +++ b/Master/tlpkg/tlpsrc/0texlive.support.tlpsrc @@ -7,3 +7,4 @@ binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 tlpkg/installer/lzmadec.win32.exe binpattern f/win32 tlpkg/installer/wget.exe binpattern f tlpkg/installer/lzmadec.${ARCH} +binpattern f tlpkg/installer/lzma.${ARCH} |