diff options
author | Norbert Preining <preining@logic.at> | 2008-06-26 16:50:24 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-26 16:50:24 +0000 |
commit | 5025f01a4b3c55c160efa55b5db78ef5dfc3bc6c (patch) | |
tree | e1182f06b947ddfee164ee8be8f093d27dd5f643 /Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | |
parent | bb7dc23ec4668654ab989f3ec71b15a9c8b9f634 (diff) |
get rid of some warnings, and fix some tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@9059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 7fbe50b2bbf..e74e170217d 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -20,6 +20,7 @@ runpattern d tlpkg/installer # # but no lzma binaries runpattern !d tlpkg/installer/lzma +runpattern !d tlpkg/installer/wget # # and no perl lib runpattern !d tlpkg/installer/perllib @@ -37,6 +38,7 @@ 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} -binpattern d tlpkg/installer/wget +binpattern f 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 |