diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:51:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:51:50 +0000 |
commit | d318f0ffb68199682486d82d8fa311c01b3e517d (patch) | |
tree | db8253d671fc6970a3b41250bd1ce000e3f1926b /app-sci/acml | |
parent | Gentoo Technologies, Inc. -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-d318f0ffb68199682486d82d8fa311c01b3e517d.tar.gz gentoo-2-d318f0ffb68199682486d82d8fa311c01b3e517d.tar.bz2 gentoo-2-d318f0ffb68199682486d82d8fa311c01b3e517d.zip |
pkg_postint -> pkg_postinst
Diffstat (limited to 'app-sci/acml')
-rw-r--r-- | app-sci/acml/acml-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/acml/acml-2.1.0.ebuild b/app-sci/acml/acml-2.1.0.ebuild index b536fc2f8762..3195d9df9bfa 100644 --- a/app-sci/acml/acml-2.1.0.ebuild +++ b/app-sci/acml/acml-2.1.0.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/app-sci/acml/acml-2.1.0.ebuild,v 1.3 2004/09/28 01:07:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/acml/acml-2.1.0.ebuild,v 1.4 2004/09/28 01:51:50 mr_bones_ Exp $ inherit eutils @@ -65,7 +65,7 @@ src_install() { done } -pkg_postint() { +pkg_postinst() { einfo "To use ACML's BLAS features, you have to issue (as root):" einfo "\n\t/usr/bin/blas-config ACML" einfo "To use ACML's LAPACK features, you have to issue (as root):" |