diff options
Diffstat (limited to 'media-libs/opencv')
-rw-r--r-- | media-libs/opencv/opencv-4.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opencv/opencv-4.10.0.ebuild b/media-libs/opencv/opencv-4.10.0.ebuild index 070727815ba8..fb15696ce141 100644 --- a/media-libs/opencv/opencv-4.10.0.ebuild +++ b/media-libs/opencv/opencv-4.10.0.ebuild @@ -672,7 +672,7 @@ multilib_src_configure() { # =================================================== # things we want to be hard enabled not worth useflag # =================================================== - -DOPENCV_DOC_INSTALL_PATH="share/doc/${P}" + -DOPENCV_DOC_INSTALL_PATH="share/doc/${PF}" # NOTE do this so testprograms do not fail TODO adjust path in code -DOPENCV_TEST_DATA_INSTALL_PATH="share/${PN}$(ver_cut 1)/testdata" -DOPENCV_TEST_INSTALL_PATH="libexec/${PN}/bin/test" |