summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-09-28 11:11:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-17 21:40:14 +0100
commit46bc515c81cfd307c65797e90648c4f7c63606fa (patch)
tree7630f90f8bcd055ad29e4104fb0d42322d11ccb1 /sci-libs/indilib
parentpackage.mask: Last rite dev-python/pytoml (diff)
downloadgentoo-46bc515c81cfd307c65797e90648c4f7c63606fa.tar.gz
gentoo-46bc515c81cfd307c65797e90648c4f7c63606fa.tar.bz2
gentoo-46bc515c81cfd307c65797e90648c4f7c63606fa.zip
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@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17697 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/indilib')
-rw-r--r--sci-libs/indilib/indilib-1.8.3.ebuild2
-rw-r--r--sci-libs/indilib/indilib-1.8.6.ebuild2
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 883a84595b95..8111266706f8 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 c0ffca05006a..dc1c02bc3d9b 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)
)