sci-chemistry/molsketch: Fix installation location
authorJustin Lecher <jlec@gentoo.org>
Sat, 3 Jun 2017 18:54:56 +0000 (19:54 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sat, 3 Jun 2017 19:36:42 +0000 (20:36 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=620494
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild [moved from sci-chemistry/molsketch/molsketch-0.4.1.ebuild with 97% similarity]

similarity index 97%
rename from sci-chemistry/molsketch/molsketch-0.4.1.ebuild
rename to sci-chemistry/molsketch/molsketch-0.4.1-r1.ebuild
index 1cd4ab221ee619e489ffabbc0934c76ec0cb1936..c34e60a0106cd9e5277a40f9ecb9b567273ba8b2 100644 (file)
@@ -48,6 +48,7 @@ src_configure() {
                -DOPENBABEL2_INCLUDE_DIR="${EPREFIX}/usr/include/openbabel-2.0"
                -DCMAKE_DISABLE_FIND_PACKAGE_KDE4=ON
                -DENABLE_TESTS=$(usex test "ON" "OFF")
+               -DMSK_INSTALL_PREFIX=/usr
        )
        cmake-utils_src_configure
 }