sci-libs/vtk: Fix wrong installation path for libQVTKWidgetPlugin.so
authorRafael Palomar <rafael.palomar@rr-research.no>
Fri, 3 Apr 2020 19:27:04 +0000 (21:27 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Apr 2020 19:47:16 +0000 (21:47 +0200)
This fixes the wrong installation path of libQVTKWidgetPlugin.so. From
/usr/usr/... --> /usr/...

Closes: https://bugs.gentoo.org/646422
Signed-off-by: Rafael Palomar Ávalos <rafael.palomar@rr-research.no>
Closes: https://github.com/gentoo/gentoo/pull/15218
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-libs/vtk/vtk-8.1.0-r5.ebuild

index 18c95fceeae9617849a8fa60bbda742e0bf1b0b9..f1fe50fd32e1ad70e32a8c43c992d2358d09e0ef 100644 (file)
@@ -255,7 +255,7 @@ src_configure() {
                        -DVTK_USE_QVTK_QTOPENGL=ON
                        -DQT_WRAP_CPP=ON
                        -DQT_WRAP_UI=ON
-                       -DVTK_INSTALL_QT_DIR="$(qt5_get_libdir)/qt5/plugins/designer"
+                       -DVTK_INSTALL_QT_DIR="$(basename $(qt5_get_libdir))/qt5/plugins/designer"
                        -DDESIRED_QT_VERSION=5
                        -DVTK_QT_VERSION=5
                        -DQT_MOC_EXECUTABLE="$(qt5_get_bindir)/moc"