From 695290d822e64fa5c2eaa6ed2823dccef4701b82 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 12:06:13 -0500 Subject: [PATCH] adapt to new kf5-rpm-macros --- kf5-kauth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 7689b9b..e317502 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -45,8 +45,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -# Remove once 9be07165 is fixed/explained -%{cmake_kf5} .. -DLIBEXEC_INSTALL_DIR=%{_kf5_libexecdir} +%{cmake_kf5} .. \ + -DKDE_INSTALL_LIBEXECDIR=%{_kf5_libexecdir} popd