commit: c66c427fb159eba0293ae4ffb6aff086795bb2d8 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu> AuthorDate: Sat May 3 20:21:10 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat May 3 20:21:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c66c427f
[eclass] Correct the destination path for various config files --- eclass/kde5.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 0e1e354..cb34306 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -269,6 +269,9 @@ kde5_src_configure() { cmakeargs+=( -DBUILD_TESTING=OFF ) fi + # make sure config files go to /etc instead of /usr/etc + cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) + # allow the ebuild to override what we set here mycmakeargs=("${cmakeargs[@]}" "${mycmakeargs[@]}")