diff options
author | 2009-10-27 15:16:17 +0000 | |
---|---|---|
committer | 2009-10-27 15:16:17 +0000 | |
commit | cf4b2f56c850faf32f1e14a36aa6d7815f0fa45d (patch) | |
tree | d2bdc9cb03c4baed0a609f8efcedadc989da754c | |
parent | Remove gstreamer from metadata.xml since 1.0.8 doesn't have anything related ... (diff) | |
download | historical-cf4b2f56c850faf32f1e14a36aa6d7815f0fa45d.tar.gz historical-cf4b2f56c850faf32f1e14a36aa6d7815f0fa45d.tar.bz2 historical-cf4b2f56c850faf32f1e14a36aa6d7815f0fa45d.zip |
Use correct docdir placement. Per bug #290622.
-rw-r--r-- | eclass/x-modular.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 1615e25d2a7a..35c8fda8de46 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.114 2009/10/11 07:41:36 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.115 2009/10/27 15:16:17 scarabeus Exp $ # # @ECLASS: x-modular.eclass # @MAINTAINER: @@ -440,6 +440,7 @@ x-modular_src_install() { || die else make \ + docdir=/usr/share/doc/${PF} \ DESTDIR="${D}" \ install \ || die |