summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-02-27 20:54:35 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-02-27 20:54:35 +0000
commiteb122e9b0e4bc6564b5cf80c3dde6a1fb1300552 (patch)
treed7ba0eca70a9bfc5d4072a929d6d91b6838da3d8 /net-misc/qtella
parentadded ebuild for scanlogd (diff)
downloadgentoo-2-eb122e9b0e4bc6564b5cf80c3dde6a1fb1300552.tar.gz
gentoo-2-eb122e9b0e4bc6564b5cf80c3dde6a1fb1300552.tar.bz2
gentoo-2-eb122e9b0e4bc6564b5cf80c3dde6a1fb1300552.zip
prefix fixor
Diffstat (limited to 'net-misc/qtella')
-rw-r--r--net-misc/qtella/qtella-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/qtella/qtella-0.4.0.ebuild b/net-misc/qtella/qtella-0.4.0.ebuild
index a5b0a0ed1e06..1244856c1775 100644
--- a/net-misc/qtella/qtella-0.4.0.ebuild
+++ b/net-misc/qtella/qtella-0.4.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/qtella/qtella-0.4.0.ebuild,v 1.1 2002/02/27 20:26:44 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/qtella/qtella-0.4.0.ebuild,v 1.2 2002/02/27 20:54:35 verwilst Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
@@ -16,7 +16,7 @@ src_compile() {
cd ${S}
kde_src_compile myconf
- ./configure ${myconf} --with-kde-libs=${KDE2DIR}/lib --with-kde-includes=${KDE2DIR}/include || die
+ ./configure ${myconf} --with-kde-libs=${KDE2DIR}/lib --with-kde-includes=${KDE2DIR}/include --prefix=/usr || die
emake || die
}