diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-04-28 21:53:10 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-04-28 21:53:10 +0000 |
commit | 5b66429d767adc77dafe12a52657b6eb83a7c2d0 (patch) | |
tree | 50948c5770643683f125cf1fc39323452af7cb8c /eclass | |
parent | Keyworded ~sparc wrt #127003 (diff) | |
download | historical-5b66429d767adc77dafe12a52657b6eb83a7c2d0.tar.gz historical-5b66429d767adc77dafe12a52657b6eb83a7c2d0.tar.bz2 historical-5b66429d767adc77dafe12a52657b6eb83a7c2d0.zip |
work around bug #97196
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 6 |
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. |