logo

overlay

My (experimental) gentoo overlay
commit: 6474bd538ebe9b2376d21f16f510a97f884925bd
parent: 9ec1881e5b18342eb318b3a50c36dd149c828f9e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  3 Dec 2018 12:55:47 +0100

mail-mta/opensmtpd: Try to fix libexec directory

Diffstat:

Mmail-mta/opensmtpd/opensmtpd-6.4.0_p2.ebuild1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mail-mta/opensmtpd/opensmtpd-6.4.0_p2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.4.0_p2.ebuild @@ -66,6 +66,7 @@ src_configure() { --with-path-socket=/run \ --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \ --sysconfdir=/etc/opensmtpd \ + --libexecdir=/usr/libexec \ --with-mantype=doc \ $(use_with pam auth-pam) }