diff options
Diffstat (limited to 'sys-devel/gdb/gdb-5.1.1-r2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-5.1.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-5.1.1-r2.ebuild b/sys-devel/gdb/gdb-5.1.1-r2.ebuild index 8ebe23746df7..9737cd8ee28e 100644 --- a/sys-devel/gdb/gdb-5.1.1-r2.ebuild +++ b/sys-devel/gdb/gdb-5.1.1-r2.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.1.1-r2.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.1-r2.ebuild,v 1.11 2004/01/19 18:27:58 azarah Exp $ IUSE="nls" @@ -68,8 +68,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 |