diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-03-24 14:44:26 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-03-24 14:44:26 +0000 |
commit | 97d17adc20029b5f51569ae6f7913440a0da9d7b (patch) | |
tree | 1a8df6736668d548321004562af65c738631d655 /eclass/toolchain.eclass | |
parent | Version bump. (diff) | |
download | historical-97d17adc20029b5f51569ae6f7913440a0da9d7b.tar.gz historical-97d17adc20029b5f51569ae6f7913440a0da9d7b.tar.bz2 historical-97d17adc20029b5f51569ae6f7913440a0da9d7b.zip |
Fix typo, thanks to Herbie Hopkins <herbie@hopkins.net>, bug #84324.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6ea15608a2fd..f42e29f112aa 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.135 2005/03/23 18:59:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.136 2005/03/24 14:44:26 azarah Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -780,7 +780,7 @@ gcc-compiler_pkg_postrm() { if [[ ! -e ${LIBPATH}/libstdc++.la ]] ; then /sbin/fix_libtool_files.sh ${GCC_RELEASE_VER} - [[ -z ${BRANCH_UPDATE} ]] || /sbin/fix_libtool_files.sh ${BRANCH_UPDATE} + [[ -z ${BRANCH_UPDATE} ]] || /sbin/fix_libtool_files.sh ${GCC_RELEASE_VER}-${BRANCH_UPDATE} fi return 0 |