diff options
Diffstat (limited to 'kde-misc/kio-locate/kio-locate-0.4.5.ebuild')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.4.5.ebuild b/kde-misc/kio-locate/kio-locate-0.4.5.ebuild index 98d92ba5d305..8a166f606360 100644 --- a/kde-misc/kio-locate/kio-locate-0.4.5.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.4.5.ebuild,v 1.5 2006/11/03 17:29:45 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.4.5.ebuild,v 1.6 2007/02/16 22:03:26 flameeyes Exp $ inherit kde @@ -26,7 +26,7 @@ src_compile() { [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" addpredict "$QTDIR/etc/settings" - local myconf="kdeincludes=$(kde-config --prefix)/include prefix=${ROOT}/usr " + local myconf="kdeincludes=$(kde-config --prefix)/include prefix=/usr " use amd64 && myconf="${myconf} libsuffix=64" scons configure ${myconf} || die "configure failed" |