diff options
Diffstat (limited to 'sys-apps/rlocate/rlocate-0.5.6.ebuild')
-rw-r--r-- | sys-apps/rlocate/rlocate-0.5.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/rlocate/rlocate-0.5.6.ebuild b/sys-apps/rlocate/rlocate-0.5.6.ebuild index 73ef502b29d6..0e7ea84bac38 100644 --- a/sys-apps/rlocate/rlocate-0.5.6.ebuild +++ b/sys-apps/rlocate/rlocate-0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild,v 1.1 2007/10/06 13:37:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild,v 1.2 2008/01/26 18:29:42 vapier Exp $ inherit eutils linux-mod @@ -33,7 +33,7 @@ src_unpack() { src_compile() { econf \ - --with-kernel=${KV_DIR} \ + --with-kernel=${KV_OUT_DIR} \ --with-rlocate-group=locate \ || die emake || die |