summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kauth/kauth-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild
index 49dbb019956..1c993b3b8e7 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.ebuild
@@ -24,6 +24,7 @@ PDEPEND="policykit? ( sys-auth/polkit-kde-agent )"
src_configure() {
local mycmakeargs=(
+ -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
$(cmake-utils_use_find_package policykit PolkitQt-1)
)