commit: 46bc515c81cfd307c65797e90648c4f7c63606fa Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Mon Sep 28 10:11:21 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 17 20:40:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bc515c
sci-libs/indilib: Fix installation on Prefix Closes: https://bugs.gentoo.org/745231 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17697 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/indilib/indilib-1.8.3.ebuild | 2 +- sci-libs/indilib/indilib-1.8.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/indilib/indilib-1.8.3.ebuild b/sci-libs/indilib/indilib-1.8.3.ebuild index 883a84595b9..8111266706f 100644 --- a/sci-libs/indilib/indilib-1.8.3.ebuild +++ b/sci-libs/indilib/indilib-1.8.3.ebuild @@ -43,7 +43,7 @@ src_configure() { local mycmakeargs=( -DINDI_BUILD_QT5_CLIENT=OFF -DINDI_BUILD_UNITTESTS=$(usex test) - -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"/rules.d + -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d $(cmake_use_find_package ogg OggTheora) -DINDI_BUILD_WEBSOCKET=$(usex websocket) ) diff --git a/sci-libs/indilib/indilib-1.8.6.ebuild b/sci-libs/indilib/indilib-1.8.6.ebuild index c0ffca05006..dc1c02bc3d9 100644 --- a/sci-libs/indilib/indilib-1.8.6.ebuild +++ b/sci-libs/indilib/indilib-1.8.6.ebuild @@ -43,7 +43,7 @@ src_configure() { local mycmakeargs=( -DINDI_BUILD_QT5_CLIENT=OFF -DINDI_BUILD_UNITTESTS=$(usex test) - -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"/rules.d + -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d $(cmake_use_find_package ogg OggTheora) -DINDI_BUILD_WEBSOCKET=$(usex websocket) )
