diff options
author | 2001-08-13 20:47:00 +0000 | |
---|---|---|
committer | 2001-08-13 20:47:00 +0000 | |
commit | 02f712b4f9339426df831257dbb6b29ea2e73521 (patch) | |
tree | 51019c7f3ca19ccde7eac6497380a8811feb5059 /sys-devel | |
parent | nano is now "USE build" aware (diff) | |
download | historical-02f712b4f9339426df831257dbb6b29ea2e73521.tar.gz historical-02f712b4f9339426df831257dbb6b29ea2e73521.tar.bz2 historical-02f712b4f9339426df831257dbb6b29ea2e73521.zip |
fixums
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r1.ebuild b/sys-devel/gcc/gcc-2.95.3-r1.ebuild index 49e048d5182d..ff4147b53e11 100644 --- a/sys-devel/gcc/gcc-2.95.3-r1.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-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.3-r1.ebuild,v 1.4 2001/08/13 19:20:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r1.ebuild,v 1.5 2001/08/13 20:47:00 drobbins Exp $ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz @@ -101,7 +101,6 @@ src_install() { try make install prefix=${D}${T} mandir=${D}${T}/share/man infodir=${D}${T}/share/info [ -e ${D}/usr/bin/gcc ] || die "gcc not found in ${D}" - [ -e ${D}/usr/bin/g++ ] || die "g++ not found in ${D}" FULLPATH=${D}${T}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH} dodir /lib |