summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-12 23:24:26 +0000
committerKarl Berry <karl@freefriends.org>2018-11-12 23:24:26 +0000
commit5d02e7e5bb31a915ae71344c2d6e147d75196074 (patch)
treea357686a91b8088139a991017fdc55eda5c68df1 /Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
parent6e91a22282c9611244f76bf62ba8e615a1affa55 (diff)
make tlpkg/tltcl windows-only in the patterns instead of excluding in the script
git-svn-id: svn://tug.org/texlive/trunk@49139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
index c7dc84be028..cfea8fe12ac 100644
--- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
@@ -14,22 +14,22 @@ longdesc 00texlive.installation(.tlpsrc)
runpattern f install-tl
runpattern f release-texlive.txt
runpattern d tlpkg/installer
-runpattern d tlpkg/tltcl
#
-# but no xz binaries:
-runpattern !d tlpkg/installer/xz
-runpattern !d tlpkg/installer/wget
+# but omit binary stuff from runpatterns, we give them as binpatterns below:
runpattern !d tlpkg/installer/lz4
-# tar.exe is included in the win32 binpattern below, so exclude from runpattern
+runpattern !d tlpkg/installer/wget
+runpattern !d tlpkg/installer/xz
runpattern !f tlpkg/installer/tar.exe
#
# Windows only:
binpattern d/win32 tlpkg/tlperl
+runpattern d/win32 tlpkg/tltcl
binpattern f/win32 tlpkg/installer/tar.exe
binpattern f/win32 tlpkg/installer/wget/wget.exe
binpattern f/win32 tlpkg/installer/xz/xz.exe
binpattern f/win32 install-tl-windows.bat
binpattern f/win32 install-tl-advanced.bat
+#
# xz binaries for all
binpattern f tlpkg/installer/xz/xz.${ARCH}
#