summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:17 +0000
commit4104055986030bf8c02d6db5b21e06b9246746b2 (patch)
tree3a624f62812341e35581b3ec937f197bf86bcb8e /kde-apps/kdeutils
parentdependency code first commit (diff)
downloadgentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz
gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2
gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip
*** empty log message ***
Diffstat (limited to 'kde-apps/kdeutils')
-rw-r--r--kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild b/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild
index 8c822db7aa64..d099eb63c339 100644
--- a/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild
+++ b/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdeutils/kdeutils-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $
P=${PN}-2.0rc2
A=${P}.tar.bz2
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0RC2/tar/src/${A}
HOMEPAGE="http://www.kde.org/"
src_compile() {
- try ./configure --prefix=/opt/kde --host=${CHOST} \
+ try ./configure --prefix=/opt/kde2 --host=${CHOST} \
--with-qt-dir=/usr/lib/qt-x11-2.2.1 \
--with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
--with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
@@ -20,6 +20,6 @@ src_compile() {
}
src_install() {
- try make install prefix=${D}/opt/kde
+ try make install DESTDIR=${D}
dodoc AUTHORS COPYING README
}