diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-04-01 15:55:25 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-04-01 15:55:25 +0000 |
commit | b608b482c63ba4d45a60dc59d074461d0380539e (patch) | |
tree | c32994af60d09762ca90b469668403a32f4c237d /eclass/toolchain.eclass | |
parent | Stable everywhere (diff) | |
download | historical-b608b482c63ba4d45a60dc59d074461d0380539e.tar.gz historical-b608b482c63ba4d45a60dc59d074461d0380539e.tar.bz2 historical-b608b482c63ba4d45a60dc59d074461d0380539e.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 77b91fcb6b28..0cc951764622 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.137 2005/03/25 21:50:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.138 2005/04/01 15:55:25 azarah Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -41,7 +41,7 @@ toolchain_pkg_prerm() { ${ETYPE}_pkg_prerm } toolchain_pkg_postrm() { - ${ETYPE}_pkg_prerm + ${ETYPE}_pkg_postrm } #----<< eclass stuff >>---- |