From 6d96b6370d602b1465d8beecaf0ae11fbb14dbe2 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 1 Oct 2019 16:50:58 +0200 Subject: 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 Signed-off-by: Joonas Niilola --- eclass/qmail.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad