From 2d10f34d9bed1e396508da0c654d3698bf42e016 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 20 Mar 2020 10:29:34 +0100 Subject: k3b: install the helper program in the correct location --- kde/cmake/k3b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde/cmake/k3b b/kde/cmake/k3b index 01164dd..3296e61 100644 --- a/kde/cmake/k3b +++ b/kde/cmake/k3b @@ -17,6 +17,6 @@ cd build -DBUILD_TESTING:BOOL=OFF \ -DK3B_ENABLE_HAL_SUPPORT:BOOL=OFF \ -DK3B_ENABLE_PERMISSION_HELPER:BOOL=ON \ - -DKDE_INSTALL_LIBEXECDIR=/usr/libexec \ + -DKDE_INSTALL_LIBEXECDIR=/usr/lib$LIBDIRSUFFIX/kauth \ .. -- cgit v1.2.3