diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-07-07 17:01:39 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-07-07 17:01:39 +0000 |
commit | 9d53c98a1238cb2f6a269fca0022c80e31db7b21 (patch) | |
tree | d4dbb1c51a1c9e46a7d93eb64a645179e1a76f22 /eclass | |
parent | Add dep for gst-plugins-good. Bug #139440 (diff) | |
download | historical-9d53c98a1238cb2f6a269fca0022c80e31db7b21.tar.gz historical-9d53c98a1238cb2f6a269fca0022c80e31db7b21.tar.bz2 historical-9d53c98a1238cb2f6a269fca0022c80e31db7b21.zip |
fix bug #139577
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 4 |
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 |