summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-19 16:16:30 +0000
committerKarl Berry <karl@freefriends.org>2024-04-19 16:16:30 +0000
commit85320c8bb6477455cf3c2885b0ccf225c20a309a (patch)
tree2ccd6032384e099c1bd671b162164aa6922b7f64 /Master/tlpkg
parent88916d7f66b3bea4a612bf971b05d1b53098200c (diff)
no -base in latex and firstaid package names
git-svn-id: svn://tug.org/texlive/trunk@70995 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
index 10b9e97ea65..1cc1cafed84 100644
--- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc
@@ -42,7 +42,7 @@ tlpsetvar global_latex_common_deps \
babel,cm,hyphen-base,latex-fonts,tex-ini-files,unicode-data
#
tlpsetvar global_latex_deps \
- l3backend,l3kernel,latex,latex-base,latex-firstaid,${global_latex_common_deps}
+ l3backend,l3kernel,latex,latex,firstaid,${global_latex_common_deps}
#
tlpsetvar global_latex_dev_deps \
l3backend-dev,l3kernel-dev,latex-base-dev,latex-firstaid-dev,${global_latex_common_deps}