summaryrefslogtreecommitdiffstats
path: root/kde/cmake/k3b
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-03-20 10:29:34 +0100
committer Eric Hameleers <alien@slackware.com>2020-03-20 10:29:34 +0100
commit2d10f34d9bed1e396508da0c654d3698bf42e016 (patch)
tree6c511775aa1608a17bf4009e315bdf98b0ff4cf4 /kde/cmake/k3b
parentd525ef9d225c46793a3b43e129b5b600e07377fa (diff)
downloadktown-2d10f34d9bed1e396508da0c654d3698bf42e016.tar.gz
ktown-2d10f34d9bed1e396508da0c654d3698bf42e016.tar.xz
k3b: install the helper program in the correct location
Diffstat (limited to '')
-rw-r--r--kde/cmake/k3b2
1 files changed, 1 insertions, 1 deletions
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 \
..