summaryrefslogtreecommitdiff
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
commit24fa6aa8ee6b5e7ce502e3af9f1c7005e925a13a (patch)
treedc2c4c9e49ad860d7148d58e3c5c1fa3361103a6 /eclass/xorg-2.eclass
parentRemove redudant libxfcegui4 include from brightness-button.c to fix building ... (diff)
downloadgentoo-2-24fa6aa8ee6b5e7ce502e3af9f1c7005e925a13a.tar.gz
gentoo-2-24fa6aa8ee6b5e7ce502e3af9f1c7005e925a13a.tar.bz2
gentoo-2-24fa6aa8ee6b5e7ce502e3af9f1c7005e925a13a.zip
Respect docdir for proto packages too.
Diffstat (limited to 'eclass/xorg-2.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