summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2009-02-18 18:40:52 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2009-02-18 18:40:52 +0000
commitecf73e7720ba4041c1d3d17fa8b02fa0efadcb58 (patch)
tree4385c8727971b6712dc0ba85cf302191f0d6bdae /eclass/x-modular.eclass
parentassign to sound herd (diff)
downloadgentoo-2-ecf73e7720ba4041c1d3d17fa8b02fa0efadcb58.tar.gz
gentoo-2-ecf73e7720ba4041c1d3d17fa8b02fa0efadcb58.tar.bz2
gentoo-2-ecf73e7720ba4041c1d3d17fa8b02fa0efadcb58.zip
(#259491) Stop using prepalldocs, stuff is breaking because of the eutils.eclass change.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r--eclass/x-modular.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 2bad091125fe..51fde4d7f72d 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.104 2009/02/14 18:37:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.105 2009/02/18 18:40:52 dberkholz Exp $
#
# @ECLASS: x-modular.eclass
# @MAINTAINER:
@@ -416,9 +416,6 @@ x-modular_src_install() {
# Any documentation to install
[[ -n ${DOCS} ]] && dodoc ${DOCS}
- # Make sure docs get compressed
- prepalldocs
-
# Don't install libtool archives for server modules
if [[ -e ${D}/usr/$(get_libdir)/xorg/modules ]]; then
find "${D}"/usr/$(get_libdir)/xorg/modules -name '*.la' \