diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-19 12:32:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-19 12:32:39 +0000 |
commit | 01fb0017a3b873e41b7ffd33f68196de64510cf5 (patch) | |
tree | b88a4a9ea9e6b49a985ee194d38cb5d75d44d6d8 /sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild | |
parent | Bump with a patch to work with recent amazon-ec2 (sent upstream). (diff) | |
download | historical-01fb0017a3b873e41b7ffd33f68196de64510cf5.tar.gz historical-01fb0017a3b873e41b7ffd33f68196de64510cf5.tar.bz2 historical-01fb0017a3b873e41b7ffd33f68196de64510cf5.zip |
PYMOL_PATH includes EPREFIX, so we should not use it
Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild')
-rw-r--r-- | sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild b/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild index 93f6af077f51..a02b18593762 100644 --- a/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild +++ b/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.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/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild,v 1.2 2010/02/19 10:30:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-cealign/pymol-plugins-cealign-0.9.ebuild,v 1.3 2010/02/19 12:32:39 jlec Exp $ EAPI="3" @@ -41,8 +41,8 @@ src_install(){ python_execute_function -s installation cat >> "${T}"/pymolrc <<- EOF - run "${EPREFIX}/$(python_get_sitedir -f)/cealign/qkabsch.py" - run "${EPREFIX}/$(python_get_sitedir -f)/cealign/cealign.py" + run ${EPREFIX}/$(python_get_sitedir -f)/cealign/qkabsch.py + run ${EPREFIX}/$(python_get_sitedir -f)/cealign/cealign.py EOF insinto $(python_get_sitedir -f)/pymol |