diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-08-07 12:26:17 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-16 07:56:47 +0300 |
commit | c6636549cb0adb0e82d6bd742abb47583150c853 (patch) | |
tree | 4d6cd365c4cbc506a147dea0765ed9e480e028ea /eclass/qmail.eclass | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-c6636549cb0adb0e82d6bd742abb47583150c853.tar.gz gentoo-c6636549cb0adb0e82d6bd742abb47583150c853.tar.bz2 gentoo-c6636549cb0adb0e82d6bd742abb47583150c853.zip |
qmail.eclass: do not install man templates to section 8
The files named *.9 are actually only templates for the real manpages, some of
them _not_ in section 8 at all. Those are properly gerated and installed anyway,
so just leave these alone as they were never meant to be installed.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/12632
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass/qmail.eclass')
-rw-r--r-- | eclass/qmail.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 6ebbff442c7b..552a37d55871 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -227,12 +227,6 @@ qmail_config_install() { qmail_man_install() { einfo "Installing manpages and documentation" - # those are tagged for section 8 but named for - # section 9 (which does not exist anyway) - for i in *.9; do - mv ${i} ${i/.9/.8} - done - into /usr doman *.[1578] dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \ |