diff options
author | 2004-01-19 18:27:58 +0000 | |
---|---|---|
committer | 2004-01-19 18:27:58 +0000 | |
commit | 9ba6ede448e671a41d14e491e5c7d9b38de740d9 (patch) | |
tree | c6b0921cc22d7b01c220133ee56a7ec01e6d2ab5 /sys-devel/gdb/gdb-5.2.1.ebuild | |
parent | Misc fixes (diff) | |
download | gentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.tar.gz gentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.tar.bz2 gentoo-2-9ba6ede448e671a41d14e491e5c7d9b38de740d9.zip |
Do not install configure, bfd, and standards info manuals, as binutils provide
Diffstat (limited to 'sys-devel/gdb/gdb-5.2.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-5.2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild index d5e691724db9..7ae08c38cacf 100644 --- a/sys-devel/gdb/gdb-5.2.1.ebuild +++ b/sys-devel/gdb/gdb-5.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.11 2004/01/19 18:27:58 azarah Exp $ inherit flag-o-matic @@ -60,8 +60,9 @@ src_install() { # These includes and libs are in binutils already rm -f ${D}/usr/lib/libbfd.* - rm -r ${D}/usr/lib/libiberty.* + rm -f ${D}/usr/lib/libiberty.* rm -f ${D}/usr/lib/libopcodes.* + rm -f ${D}/usr/share/info/{bfd,configure,standards}.info* rm -rf ${D}/usr/include |