summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-04-28 21:53:10 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-04-28 21:53:10 +0000
commit001b42981e8a7e6770d965bfac3ddd3ff8c50285 (patch)
treed4fc3cbb9980c281227915a46594492560fec990 /eclass
parentKeyworded ~sparc wrt #127003 (diff)
downloadgentoo-2-001b42981e8a7e6770d965bfac3ddd3ff8c50285.tar.gz
gentoo-2-001b42981e8a7e6770d965bfac3ddd3ff8c50285.tar.bz2
gentoo-2-001b42981e8a7e6770d965bfac3ddd3ff8c50285.zip
work around bug #97196
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 3f3d4f2af1d8..9fecb2211495 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.149 2006/04/01 16:54:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.150 2006/04/28 21:53:10 carlo Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -265,6 +265,10 @@ kde_src_install() {
shift
done
+ if [[ -n ${KDEBASE} ]] ; then
+ # work around bug #97196
+ mv ${D}/usr/share/doc/* "${D}/$(kde-config --expandvars --install html)/../"
+ fi
}
# slot rebuild function, thanks to Carsten Lohrke in bug 98425.