diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-10-01 21:18:18 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-10-01 21:18:18 +0000 |
commit | 7b4eacad005829c0e3ace32db6a02996f8870729 (patch) | |
tree | 21c925ee87e57117f8134dd4856aceeca27911a1 /mail-mta/nullmailer/nullmailer-1.02-r1.ebuild | |
parent | fix plugin install for 2.18 and add 2.20 (diff) | |
download | historical-7b4eacad005829c0e3ace32db6a02996f8870729.tar.gz historical-7b4eacad005829c0e3ace32db6a02996f8870729.tar.bz2 historical-7b4eacad005829c0e3ace32db6a02996f8870729.zip |
QA: Include ${CATEGORY} in emerge --config call. There's no need to dodir before *into.
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'mail-mta/nullmailer/nullmailer-1.02-r1.ebuild')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.02-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild index ce7bf33d04f3..23bdb1ba0cc4 100644 --- a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.02-r1.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/nullmailer/nullmailer-1.02-r1.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $ inherit eutils flag-o-matic @@ -78,7 +78,6 @@ src_install () { fi dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog # A small bit of sample config - dodir /etc/nullmailer insinto /etc/nullmailer newins ${FILESDIR}/remotes.sample remotes # daemontools stuff @@ -135,7 +134,7 @@ pkg_postinst() { chmod 660 /var/nullmailer/trigger elog "To create an initial setup, please do:" - elog "emerge --config =${PF}" + elog "emerge --config =${CATEGORY}/${PF}" msg_svscan msg_mailerconf } |