diff options
author | 2002-07-28 10:03:15 +0000 | |
---|---|---|
committer | 2002-07-28 10:03:15 +0000 | |
commit | ee1e014ea58e5eb21d612528319b27ce1f699083 (patch) | |
tree | f18059defedef7cf43490cf54da5d26db64c7d9d /app-editors/quanta/quanta-2.0.1.ebuild | |
parent | Portage 2.0.21 (masked for testing) (diff) | |
download | gentoo-2-ee1e014ea58e5eb21d612528319b27ce1f699083.tar.gz gentoo-2-ee1e014ea58e5eb21d612528319b27ce1f699083.tar.bz2 gentoo-2-ee1e014ea58e5eb21d612528319b27ce1f699083.zip |
new kde3 version with many nice new features, closes bugs #5601, #4990.
Diffstat (limited to 'app-editors/quanta/quanta-2.0.1.ebuild')
-rw-r--r-- | app-editors/quanta/quanta-2.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/quanta/quanta-2.0.1.ebuild b/app-editors/quanta/quanta-2.0.1.ebuild index 4dccc591e89a..bcce84469904 100644 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ b/app-editors/quanta/quanta-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.10 2002/07/27 10:44:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.11 2002/07/28 10:03:15 danarmak Exp $ inherit kde-base || die @@ -26,9 +26,9 @@ src_install() { kde_src_install - dodir ${KDEDIR}/share/apps/quanta/doc/ + dodir ${PREFIX}/share/apps/quanta/doc/ for x in css html javascript php; do - cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${KDEDIR}/share/apps/quanta/doc/ + cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${PREFIX}/share/apps/quanta/doc/ done } |