diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-25 11:00:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-25 11:00:37 +0000 |
commit | d68c55ec0829b526f5b8cfd6b81579b74c757031 (patch) | |
tree | dd8bb3f6ec83334529d9d960522b0b8711ef6eec /sci-chemistry/viewmol | |
parent | Python ABI fixes, #316183 (diff) | |
download | gentoo-2-d68c55ec0829b526f5b8cfd6b81579b74c757031.tar.gz gentoo-2-d68c55ec0829b526f5b8cfd6b81579b74c757031.tar.bz2 gentoo-2-d68c55ec0829b526f5b8cfd6b81579b74c757031.zip |
Typo corrected, thanks tove for watching me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/viewmol')
-rw-r--r-- | sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild index 10525f19fa7b..78b534983ed0 100644 --- a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild +++ b/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.2 2010/04/25 10:52:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.3 2010/04/25 11:00:37 jlec Exp $ EAPI="3" @@ -75,7 +75,7 @@ src_compile() { pushd $(uname -s) emake viewmol_ tm_ bio_ readgamess_ readgauss_ readmopac_ readpdb_ || die popd - "${ERPEFIX}"/bin/bash makeTranslations || die + "${EPREFIX}"/bin/bash makeTranslations || die } src_install() { |