diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-10-01 16:50:58 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-01 19:10:32 +0300 |
commit | 6d96b6370d602b1465d8beecaf0ae11fbb14dbe2 (patch) | |
tree | cbf1877d50922312780876c29820838e13a20b56 /eclass | |
parent | app-emacs/python-mode: Remove old. (diff) | |
download | gentoo-6d96b6370d602b1465d8beecaf0ae11fbb14dbe2.tar.gz gentoo-6d96b6370d602b1465d8beecaf0ae11fbb14dbe2.tar.bz2 gentoo-6d96b6370d602b1465d8beecaf0ae11fbb14dbe2.zip |
qmail.eclass: do not install SYSDEPS
This is the list of platform specific headers, and only used in an instruction
to report success to the author. Since the headers are not installed this list
can go away, too.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qmail.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 2030004380c3..b4be80efbb24 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -206,7 +206,7 @@ qmail_man_install() { into /usr doman *.[1578] dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \ - SENDMAIL* SYSDEPS TEST* THANKS* THOUGHTS UPGRADE VERSION* + SENDMAIL* TEST* THANKS* THOUGHTS UPGRADE VERSION* declare -F qmail_man_install_hook >/dev/null && \ qmail_man_install_hook |