diff options
author | 2001-06-19 00:30:21 +0000 | |
---|---|---|
committer | 2001-06-19 00:30:21 +0000 | |
commit | 1c212536bce512574905a43bbd7ab9a1a3f282a2 (patch) | |
tree | a503ffc76b79d123746b9cbd8c98a18d1c7bb754 /sys-devel/gcc | |
parent | *** empty log message *** (diff) | |
download | historical-1c212536bce512574905a43bbd7ab9a1a3f282a2.tar.gz historical-1c212536bce512574905a43bbd7ab9a1a3f282a2.tar.bz2 historical-1c212536bce512574905a43bbd7ab9a1a3f282a2.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-3.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.0.ebuild b/sys-devel/gcc/gcc-3.0.ebuild index e3d577f7fc17..1584597cdb83 100644 --- a/sys-devel/gcc/gcc-3.0.ebuild +++ b/sys-devel/gcc/gcc-3.0.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-3.0.ebuild,v 1.2 2001/06/18 22:23:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.0.ebuild,v 1.3 2001/06/19 00:30:21 achim Exp $ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz @@ -106,7 +106,10 @@ src_install() { mkdir ${CHOST} cp mkinstalldirs ${CHOST} try make install prefix=${D}${T} mandir=${D}${T}/share/man infodir=${D}${T}/share/info - + cd ${D}/usr/lib/gcc-lib/${CHOST} + mv lib* ${D}/usr/lib + mv include/* ${D}/usr/include + rm -rf include FULLPATH=${D}${T}/lib/gcc-lib/${CHOST}/${PV} cd ${FULLPATH} dodir /lib |