]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: Fix Debian package name texlive-plain-generic
authorStefan Kangas <stefankangas@gmail.com>
Tue, 27 Dec 2022 18:53:11 +0000 (19:53 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 27 Dec 2022 19:31:52 +0000 (20:31 +0100)
The package texlive-generic-recommended is a transitional dummy package for
texlive-plain-generic in Debian buster (currently oldstable).
See: https://packages.debian.org/texlive-generic-recommended

Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
README.md

index ad888eb2b0ba8c5eeeae28c6bc2063c54cc0b145..588f7984d2ee944d3ee06820c1ad4c0ce1b6ebef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ apt-get install -y dash git-core autoconf libtool gettext autopoint
 apt-get install -y automake python3 nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
 apt-get install -y libtasn1-bin libtasn1-6-dev libidn2-0-dev gawk gperf
 apt-get install -y libtss2-dev libunbound-dev dns-root-data bison gtk-doc-tools
-apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-utils
+apt-get install -y texinfo texlive texlive-plain-generic texlive-extra-utils
 ```
 
 __NOTE:__ Some software versions might not be available in older releases, e.g. `nettle-dev`.