summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-01-31 15:16:55 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-01-31 15:16:55 +0000
commita5efae67b56e52c6d07191a190d927cd81823282 (patch)
treea8727faae0f136cd8494e1ca13892200078a5d23 /sys-process
parentTake maintainership. Revision bump. Reorder patches. Add separate init script... (diff)
downloadgentoo-2-a5efae67b56e52c6d07191a190d927cd81823282.tar.gz
gentoo-2-a5efae67b56e52c6d07191a190d927cd81823282.tar.bz2
gentoo-2-a5efae67b56e52c6d07191a190d927cd81823282.zip
Fix DOCDIR.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/incron/incron-0.5.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/incron/incron-0.5.9-r1.ebuild b/sys-process/incron/incron-0.5.9-r1.ebuild
index df1ec9ec7163..b79833624a93 100644
--- a/sys-process/incron/incron-0.5.9-r1.ebuild
+++ b/sys-process/incron/incron-0.5.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9-r1.ebuild,v 1.1 2011/01/31 15:14:12 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9-r1.ebuild,v 1.2 2011/01/31 15:16:55 idl0r Exp $
EAPI="3"
@@ -35,7 +35,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
+ emake DESTDIR="${D}" PREFIX=/usr DOCDIR=/usr/share/doc/${PF} install || die "emake install failed"
newinitd "${FILESDIR}/incrond.init" incrond || die