sci-chemistry/openbabel-python: avoid installing python modules to /lib/

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-10-05 23:04:34 +11:00
parent 7fa0220114
commit 5d502a9acd

View 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