diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-18 12:19:56 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-18 12:19:56 +0000 |
commit | d6adf5012af1ae2b9a5f415da8884f06060f3d25 (patch) | |
tree | 194808f07dc45d6d194f9440535698ad15edf374 /sys-devel/gcc/gcc-3.4.2-r2.ebuild | |
parent | use a ${MY_PV_FULL} binpath for vapier (diff) | |
download | gentoo-2-d6adf5012af1ae2b9a5f415da8884f06060f3d25.tar.gz gentoo-2-d6adf5012af1ae2b9a5f415da8884f06060f3d25.tar.bz2 gentoo-2-d6adf5012af1ae2b9a5f415da8884f06060f3d25.zip |
using binpaths as requested by vapier
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.2-r2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.2-r2.ebuild b/sys-devel/gcc/gcc-3.4.2-r2.ebuild index 1a6f3ca8ee94..fa6165f818a0 100644 --- a/sys-devel/gcc/gcc-3.4.2-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.19 2004/11/14 23:14:31 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.20 2004/11/18 12:19:56 lv Exp $ inherit eutils flag-o-matic libtool gnuconfig toolchain @@ -285,7 +285,7 @@ src_install() { # Rename jar because it could clash with Kaffe's jar if this gcc is # primary compiler (aka don't have the -<version> extension) - cd ${D}${PREFIX}/${CTARGET}/gcc-bin/${MY_PV} + cd ${D}${PREFIX}/${CTARGET}/gcc-bin/${MY_PV_FULL} [ -f jar ] && mv -f jar gcj-jar # Move <cxxabi.h> to compiler-specific directories |