diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-21 14:08:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-21 14:08:38 +0000 |
commit | 14e628efdf57ceb4642c9f58c9ad2770fffa8678 (patch) | |
tree | 4e621786f9d509e1e8f703da067cd9c8f94a3a59 /sys-devel | |
parent | updated to the newly released 0.3.0 (diff) | |
download | gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.tar.gz gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.tar.bz2 gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r1.ebuild | 4 |
1 files changed, 2 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 f943f69ce14e..71f28b227171 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.1 2001/05/18 20:05:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r1.ebuild,v 1.2 2001/06/21 14:08:38 achim Exp $ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz" @@ -109,7 +109,7 @@ src_install() { FULLPATH=${D}${T}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH} dodir /lib - dosym ${T}/lib/gcc-lib/${CHOST}/${PV}/cpp0 /lib/cpp + dosym /usr/bin/cpp /lib/cpp dosym /usr/bin/gcc /usr/bin/cc dodir /etc/env.d echo "LDPATH=${T}/lib/gcc-lib/${CHOST}/${PV}" > ${D}/etc/env.d/05gcc |