From 884771bb70c637ca64d183966fbd0748b3fc35a7 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 31 Aug 2001 03:11:59 +0000 Subject: fix for the *.gcc stuff --- sys-devel/gcc/gcc-2.95.3-r4.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/sys-devel/gcc/gcc-2.95.3-r4.ebuild b/sys-devel/gcc/gcc-2.95.3-r4.ebuild index b4365eca6709..6ad6fd329613 100644 --- a/sys-devel/gcc/gcc-2.95.3-r4.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team # Author: Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r4.ebuild,v 1.6 2001/08/29 20:26:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r4.ebuild,v 1.7 2001/08/31 03:11:59 drobbins Exp $ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/gcc/infrastructure/libg++-2.8.1.3.tar.gz @@ -135,13 +135,12 @@ src_install() { fi else rm -rf ${D}/usr/share/{man,info} - cd ${S}/texinfo - newbin makeinfo/makeinfo makeinfo.gcc - newbin util/texi2dvi texi2dvi.gcc - newbin util/install-info install-info.gcc - newbin util/texindex texindex.gcc - fi - + cd ${S}/texinfo + fi + newbin makeinfo/makeinfo makeinfo.gcc + newbin util/texi2dvi texi2dvi.gcc + newbin util/install-info install-info.gcc + newbin util/texindex texindex.gcc } pkg_postinst() { -- cgit v1.2.3-65-gdbad