diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-23 20:48:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-23 20:48:30 +0000 |
commit | e3fbb5eed91afa88c4e9a58bc5a8c2a0a00b82df (patch) | |
tree | c8f095ce8d99859840c33c4a9e0c92d5bbd08fc6 /eclass/qt4-build.eclass | |
parent | Add a patch to fix builds with xinerama (diff) | |
download | historical-e3fbb5eed91afa88c4e9a58bc5a8c2a0a00b82df.tar.gz historical-e3fbb5eed91afa88c4e9a58bc5a8c2a0a00b82df.tar.bz2 historical-e3fbb5eed91afa88c4e9a58bc5a8c2a0a00b82df.zip |
Slightly change to doc dir
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 1e9eb2e117fc..eda3a102dfb0 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.5 2007/12/22 17:32:55 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.6 2007/12/23 20:48:30 caleb Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -23,7 +23,7 @@ qt4-build_pkg_setup() { QTLIBDIR=/usr/$(get_libdir)/qt4 QTPCDIR=/usr/$(get_libdir)/pkgconfig QTDATADIR=/usr/share/qt4 - QTDOCDIR=/usr/share/doc/${PF} + QTDOCDIR=/usr/share/doc/qt-${PV} QTHEADERDIR=/usr/include/qt4 QTPLUGINDIR=${QTLIBDIR}/plugins QTSYSCONFDIR=/etc/qt4 |