diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-27 18:10:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-27 18:10:31 +0000 |
commit | 9cecefe8ed5279231836e51a448225f86753212c (patch) | |
tree | 73a999d3b9a9e8560d8efd925a8508dbddf3c692 /sys-devel | |
parent | Now uses static nls build (diff) | |
download | gentoo-2-9cecefe8ed5279231836e51a448225f86753212c.tar.gz gentoo-2-9cecefe8ed5279231836e51a448225f86753212c.tar.bz2 gentoo-2-9cecefe8ed5279231836e51a448225f86753212c.zip |
Dropped man and info pages in build installs
Only build c and c++ on build builds
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.2.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild b/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild index 2cbbe808aeee..c173125aefc7 100644 --- a/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild +++ b/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild,v 1.2 2001/02/27 17:46:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2.1-r1.ebuild,v 1.3 2001/02/27 18:10:31 achim Exp $ SRC_URI="ftp://ftp.freesoftware.com/pub/sourceware/gcc/releases/${PN}-2.95.2/${PN}-2.95.2.tar.gz @@ -161,6 +161,7 @@ src_install() { dodoc ChangeLog NEWS fi else + rm -rf ${D}/usr/share/{man,info} cd texinfo dobin makeinfo/makeinfo util/texi2dvi util/install-info util/texindex fi |