summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-11 09:20:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-11 09:20:09 +0000
commite784c8e34406b7780b5955ea349682eafbc1ede6 (patch)
tree8e6ed4d06d44c3ff36d3b6313ec7b1645a8cee8d /eclass
parentRemove redudant libxfcegui4 include from brightness-button.c to fix building ... (diff)
downloadhistorical-e784c8e34406b7780b5955ea349682eafbc1ede6.tar.gz
historical-e784c8e34406b7780b5955ea349682eafbc1ede6.tar.bz2
historical-e784c8e34406b7780b5955ea349682eafbc1ede6.zip
Respect docdir for proto packages too.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 377ffdbb7eb0..f31377b6d131 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.8 2010/08/06 20:46:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.9 2010/08/11 09:20:09 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -307,6 +307,7 @@ xorg-2_src_install() {
if [[ ${CATEGORY} == x11-proto ]]; then
emake \
${PN/proto/}docdir=${EPREFIX}/usr/share/doc/${PF} \
+ docdir=${EPREFIX}/usr/share/doc/${PF} \
DESTDIR="${D}" \
install || die "emake install failed"
else