diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.16.2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.16.2.ebuild index 3a3d67e1b3..7dd353ac81 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.16.2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/realmd-0.16.2.ebuild @@ -25,6 +25,9 @@ DEPEND="sys-auth/polkit[introspection] systemd? ( sys-apps/systemd )" RDEPEND="${DEPEND}" +# The daemon is installed to a private dir under /usr/lib, similar to systemd. +QA_MULTILIB_PATHS="usr/lib/realmd/realmd" + src_prepare() { sed -e '/gentoo-release/s/dnl/ /g' -i configure.ac