diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-25 17:57:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-25 17:57:36 +0000 |
commit | c5abd5eb6639c813f62310083389f08b29c7e799 (patch) | |
tree | f124f463cb78799304db0a2e71c001bafcbe72f5 /sci-chemistry | |
parent | Fix calls to python_mod_optimize() and python_mod_cleanup(). (diff) | |
download | gentoo-2-c5abd5eb6639c813f62310083389f08b29c7e799.tar.gz gentoo-2-c5abd5eb6639c813f62310083389f08b29c7e799.tar.bz2 gentoo-2-c5abd5eb6639c813f62310083389f08b29c7e799.zip |
Don't install files into /usr/usr/lib/python${version}/site-packages/${PN}.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild b/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild index 879e54dc36f2..9616df537a73 100644 --- a/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild +++ b/sci-chemistry/apbs/apbs-1.2.1b-r2.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/apbs/apbs-1.2.1b-r2.ebuild,v 1.4 2010/04/25 17:51:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild,v 1.5 2010/04/25 17:57:36 arfrever Exp $ EAPI="3" @@ -111,11 +111,11 @@ src_install() { doins -r tools/matlab || die fi - insinto /usr/$(python_get_sitedir)/${PN} + insinto $(python_get_sitedir)/${PN} doins tools/manip/*.py || die if use python && ! use mpi; then - insinto /usr/$(python_get_sitedir)/${PN} + insinto $(python_get_sitedir)/${PN} doins tools/python/{*.py,*.pqr,*.so} || die doins tools/python/*/{*.py,*.so} || die fi |