summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-27 14:41:34 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-27 14:41:34 +0000
commit87dd32b8745ce091a41fa4d933fc2937f189b269 (patch)
treef9d5431e9d58e78d0e164c863343c458f5cf55bd /sys-build
parentUpd and fixes for sys-build (diff)
downloadhistorical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.gz
historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.bz2
historical-87dd32b8745ce091a41fa4d933fc2937f189b269.zip
Upd and fixes for sys-build
Diffstat (limited to 'sys-build')
-rw-r--r--sys-build/gcc/gcc-2.95.2-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-build/gcc/gcc-2.95.2-r4.ebuild b/sys-build/gcc/gcc-2.95.2-r4.ebuild
index d539c25273a0..85446cb5e974 100644
--- a/sys-build/gcc/gcc-2.95.2-r4.ebuild
+++ b/sys-build/gcc/gcc-2.95.2-r4.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-build/gcc/gcc-2.95.2-r4.ebuild,v 1.2 2001/01/27 08:38:36 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/gcc/gcc-2.95.2-r4.ebuild,v 1.3 2001/01/27 14:41:34 achim Exp $
P=gcc-2.95.2
A="gcc-2.95.2.tar.gz
@@ -69,10 +69,10 @@ src_install() {
try make install prefix=${D}${T} mandir=${D}${T}/man
cd texinfo
dobin makeinfo/makeinfo util/texi2dvi util/install-info util/texindex
- FULLPATH=${D}${T}/lib/gcc-lib/${THOST}/${PV}
+ FULLPATH=${D}${T}/lib/gcc-lib/${CHOST}/${PV}
cd ${FULLPATH}
dodir /lib
- dosym ${T}/lib/gcc-lib/${THOST}/${PV}/cpp /lib/cpp
+ dosym ${T}/lib/gcc-lib/${CHOST}/${PV}/cpp /lib/cpp
dosym /usr/bin/gcc /usr/bin/cc
rm -rf ${D}/usr/info ${D}/usr/man
}