diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-21 02:09:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-21 02:09:23 +0000 |
commit | 3b808f809e5c08f287c875f108b80558886b8ce5 (patch) | |
tree | 8120c9c1be6965547d960e591bea603bb4bd25aa /eclass/toolchain-binutils.eclass | |
parent | Install libXcomp.so* instead of libXcomp.so.${PV} so that nxssh and others (diff) | |
download | gentoo-2-3b808f809e5c08f287c875f108b80558886b8ce5.tar.gz gentoo-2-3b808f809e5c08f287c875f108b80558886b8ce5.tar.bz2 gentoo-2-3b808f809e5c08f287c875f108b80558886b8ce5.zip |
punt shared info files
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 130f7042d730..987fefd6f1f6 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.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/toolchain-binutils.eclass,v 1.47 2005/10/14 02:58:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.48 2005/10/21 02:09:23 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -233,6 +233,8 @@ toolchain-binutils_src_install() { # Punt all the fun stuff if user doesn't want it :) has noinfo ${FEATURES} && rm -r "${D}"/${DATAPATH}/info has noman ${FEATURES} && rm -r "${D}"/${DATAPATH}/man + # Remove shared info pages + rm -f "${D}"/${DATAPATH}/info/{dir,configure.info,standards.info} } toolchain-binutils_pkg_postinst() { |