diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /kde-base/kdoc | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'kde-base/kdoc')
-rw-r--r-- | kde-base/kdoc/kdoc-2.0_rc2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/kdoc/kdoc-2.0_rc2.ebuild b/kde-base/kdoc/kdoc-2.0_rc2.ebuild index 37d352aa4b3f..7fc4c2c3afde 100644 --- a/kde-base/kdoc/kdoc-2.0_rc2.ebuild +++ b/kde-base/kdoc/kdoc-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-base/kdoc/kdoc-2.0_rc2.ebuild,v 1.1 2000/10/19 16:20:04 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdoc/kdoc-2.0_rc2.ebuild,v 1.2 2000/10/23 11:27:14 achim Exp $ P=${PN}-2.0rc2 A=${P}.tar.bz2 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.kde.org" src_compile() { try autoconf - 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 \ @@ -24,7 +24,7 @@ src_compile() { src_install() { - dodir /opt/kde/man/man1 + dodir /opt/kde2/man/man1 try make install DESTDIR=${D} dodoc README TODO Version |