summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index fd183ea27327..87eb68a0c7ee 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.171 2006/06/27 11:44:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.172 2006/07/07 17:01:39 carlo Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -342,7 +342,7 @@ kde_src_install() {
shift
done
- if [[ -n ${KDEBASE} ]] ; then
+ if [[ -n ${KDEBASE} ]] && [[ "${PN}" != "arts" ]] ; then
# work around bug #97196
mv ${D}/usr/share/doc/* "${D}/$(kde-config --expandvars --install html)/../"
fi