summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-9999.ebuild')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 75ffd34c80d..011c77bcd63 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit cmake-utils multibuild git-r3
DESCRIPTION="PolicyKit Qt4 API wrapper library."
-HOMEPAGE="http://kde.org/"
+HOMEPAGE="http://www.kde.org/"
EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
LICENSE="LGPL-2"
@@ -48,6 +48,7 @@ pkg_setup() {
src_configure() {
myconfigure() {
local mycmakeargs=(
+ -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
$(cmake-utils_use_build examples)
)