diff options
author | Norbert Preining <preining@logic.at> | 2009-09-12 11:50:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-12 11:50:23 +0000 |
commit | 109db1a38a61f667f5eefe99ee2a92c0c4a3121d (patch) | |
tree | ed5c68d634f41d1f96afb30a963b414e7e256d07 | |
parent | b79c13832d35f45509e18ba2a20da5a49cf8c16f (diff) |
do not include tar.exe two times in 00texlive.installer
git-svn-id: svn://tug.org/texlive/trunk@15232 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index 47dd1654c6a..c674b01ec48 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -17,6 +17,8 @@ runpattern d tlpkg/installer # but no xz binaries: runpattern !d tlpkg/installer/xz runpattern !d tlpkg/installer/wget +# tar.exe is included in the win32 files below +runpattern !f tlpkg/installer/tar.exe # # Windows only: binpattern d/win32 tlpkg/tlperl |