diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-12-13 22:29:49 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-12-13 22:29:49 +0000 |
commit | b123fffcdabc68c6a5f1d753eaa0c23e03afb132 (patch) | |
tree | cbff7855ed66239218a109056f02fe386bfb2a7c /app-editors/quanta | |
parent | new _working_ version of Quanta.. Enjoy! Removed the old version... (diff) | |
download | historical-b123fffcdabc68c6a5f1d753eaa0c23e03afb132.tar.gz historical-b123fffcdabc68c6a5f1d753eaa0c23e03afb132.tar.bz2 historical-b123fffcdabc68c6a5f1d753eaa0c23e03afb132.zip |
bleh
Diffstat (limited to 'app-editors/quanta')
-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 cc15e7196f56..490024597ddd 100644 --- a/app-editors/quanta/quanta-2.0.1.ebuild +++ b/app-editors/quanta/quanta-2.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.1 2001/12/13 22:18:54 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0.1.ebuild,v 1.2 2001/12/13 22:29:49 verwilst Exp $ . /usr/portage/eclass/inherit.eclass inherit kde-base || die @@ -22,9 +22,9 @@ src_install() { kde_src_install - dodir /usr/share/apps/quanta/doc/ + dodir ${KDEDIR}/share/apps/quanta/doc/ for x in css html javascript php; do - cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/usr/share/apps/quanta/doc/ + cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${KDEDIR}/share/apps/quanta/doc/ done } |