diff options
author | 2017-10-05 23:04:34 +1100 | |
---|---|---|
committer | 2017-10-05 23:04:47 +1100 | |
commit | 5d502a9acdaaa6410a786a6d5f7b3138aa0da80c (patch) | |
tree | 35a4adf3efa8c9bdc413788f67da85085ea5d02e /sci-chemistry/openbabel-python | |
parent | sci-chemistry/openbabel-perl: stabilise 2.4.11 for x86 (diff) | |
download | gentoo-5d502a9acdaaa6410a786a6d5f7b3138aa0da80c.tar.gz gentoo-5d502a9acdaaa6410a786a6d5f7b3138aa0da80c.tar.bz2 gentoo-5d502a9acdaaa6410a786a6d5f7b3138aa0da80c.zip |
sci-chemistry/openbabel-python: avoid installing python modules to /lib/
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/openbabel-python')
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild (renamed from sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild index d7a9eb9e2cb6..84f9aa89e74b 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild @@ -61,7 +61,7 @@ src_configure() { -DPYTHON_INCLUDE_PATH="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" -DENABLE_TESTS=ON - -DCMAKE_INSTALL_PREFIX="${ED}" + -DCMAKE_INSTALL_PREFIX="${ED%/}/usr" ) cmake-utils_src_configure |