diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2007-04-10 18:01:26 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2007-04-10 18:01:26 +0000 |
commit | 07a0045b48c7c5669ebd4bc2d7b9c2995a9b515d (patch) | |
tree | 464823e836c82d4f69cddada52020e8cbb2f2bc4 /mail-mta/netqmail/netqmail-1.05-r4.ebuild | |
parent | Add patch to fix compile failure, bug 173306, and drop mips keyword, bug 174060 (diff) | |
download | gentoo-2-07a0045b48c7c5669ebd4bc2d7b9c2995a9b515d.tar.gz gentoo-2-07a0045b48c7c5669ebd4bc2d7b9c2995a9b515d.tar.bz2 gentoo-2-07a0045b48c7c5669ebd4bc2d7b9c2995a9b515d.zip |
Fix bug 173884 by using doenvd.
(Portage version: 2.1.2.3)
Diffstat (limited to 'mail-mta/netqmail/netqmail-1.05-r4.ebuild')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.05-r4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail-mta/netqmail/netqmail-1.05-r4.ebuild b/mail-mta/netqmail/netqmail-1.05-r4.ebuild index a528bf1cf71e..bd6a200cf50a 100644 --- a/mail-mta/netqmail/netqmail-1.05-r4.ebuild +++ b/mail-mta/netqmail/netqmail-1.05-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.20 2007/03/18 05:44:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r4.ebuild,v 1.21 2007/04/10 18:01:26 hansmi Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -183,9 +183,8 @@ src_install() { MAILDIRMAKE="${D}/var/qmail/bin/maildirmake" einfo "Adding env.d entry for qmail" - dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/99qmail + insopts -m 644 + doenvd ${FILESDIR}/99qmail einfo "Creating sendmail replacement ..." diropts -m 755 |