summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/tlpsrc/bin-texlive.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/texlive.infra.tlpsrc12
-rw-r--r--Master/tlpkg/tlpsrc/texlive.support.tlpsrc15
3 files changed, 12 insertions, 17 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc b/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc
index c471ae5b86c..ec90e4149c9 100644
--- a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc
@@ -2,8 +2,6 @@ name bin-texlive
category TLCore
shortdesc executables internal to TeX Live
depend texlive.infra
-# texlive.support ships the lzmadec, and for win32 tar, wget etc
-depend texlive.support
runpattern f texmf/fmtutil/fmtutil-hdr.cnf
runpattern f texmf/scripts/texlive/uninstall-win32.pl
runpattern f texmf/scripts/texlive/tlmgr.pl
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
index 26665ca6e92..ed93018d27d 100644
--- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
@@ -1,6 +1,18 @@
name texlive.infra
category TLCore
+shortdesc basic TeX Live infrastructure
+longdesc This package contains the most important files for getting the
+longdesc TeX Live tools (like tlmgr) running. That comprises the perl
+longdesc modules, documentation, and the lzma binaries (plus for win32
+longdesc tar and wget).
docpattern f tlpkg/man/*
docpattern f tlpkg/doc/*
docpattern f tlpkg/README
runpattern f tlpkg/TeXLive/*
+runpattern f tlpkg/installer/wgetrc
+binpattern f/win32 tlpkg/installer/tar.exe
+binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe
+binpattern f/win32 tlpkg/installer/wget.exe
+binpattern f/win32 tlpkg/installer/lzma/lzma.exe
+binpattern f tlpkg/installer/lzma/lzmadec.${ARCH}
+binpattern f tlpkg/installer/lzma/lzma.${ARCH}
diff --git a/Master/tlpkg/tlpsrc/texlive.support.tlpsrc b/Master/tlpkg/tlpsrc/texlive.support.tlpsrc
deleted file mode 100644
index 9b34e5b7151..00000000000
--- a/Master/tlpkg/tlpsrc/texlive.support.tlpsrc
+++ /dev/null
@@ -1,15 +0,0 @@
-name texlive.support
-category TLCore
-shortdesc Supporting binaries for TeX Live
-longdesc This package contains necessary binaries for the proper operation
-longdesc of some TeX Live components, currently the lzma binaries for all
-longdesc architectures, and additional binaries for win32 (tar, wget).
-depend texlive.infra
-# package installer
-runpattern f tlpkg/installer/wgetrc
-binpattern f/win32 tlpkg/installer/tar.exe
-binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe
-binpattern f/win32 tlpkg/installer/wget.exe
-binpattern f/win32 tlpkg/installer/lzma/lzma.exe
-binpattern f tlpkg/installer/lzma/lzmadec.${ARCH}
-binpattern f tlpkg/installer/lzma/lzma.${ARCH}