From d84d292eb2fcbe0100703a8f3575ac8b32e2bf83 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 20 Jun 2017 14:44:17 +0200 Subject: [PATCH] sci-chemistry/openbabel-python: fix installation in Prefix, thanks nanikata in bug #619498 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild index 1e84b3a879449..d83bbba69035a 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.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="${D}" + -DCMAKE_INSTALL_PREFIX="${ED}" ) cmake-utils_src_configure