sci-chemistry/openbabel-python: avoid installing python modules to /lib/
authorMichael Palimaka <kensington@gentoo.org>
Thu, 5 Oct 2017 12:04:34 +0000 (23:04 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 5 Oct 2017 12:04:47 +0000 (23:04 +1100)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild [moved from sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild with 98% similarity]

similarity index 98%
rename from sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
rename to sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
index d7a9eb9e2cb65f1dee3959569b668ed7899d8049..84f9aa89e74b3e40001f539538c1740a9a347ab6 100644 (file)
@@ -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