diff options
author | Alex Merry <alex.merry@kde.org> | 2015-01-10 17:46:20 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-01-10 17:46:20 +0000 |
commit | 23d21437af6c38673c3fcfb6d7ae45e8220f3406 (patch) | |
tree | 4ff6a10af0f2a37900318a4fcbd070f3ba51e0e7 /src/kconf_update/CMakeLists.txt | |
parent | f3851336aaebc7b10966e12683a9f6a960cac59e (diff) | |
download | kconfig-23d21437af6c38673c3fcfb6d7ae45e8220f3406.tar.gz kconfig-23d21437af6c38673c3fcfb6d7ae45e8220f3406.tar.bz2 |
Update installation variables.
Diffstat (limited to 'src/kconf_update/CMakeLists.txt')
-rw-r--r-- | src/kconf_update/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt index fbee74a7..34419c73 100644 --- a/src/kconf_update/CMakeLists.txt +++ b/src/kconf_update/CMakeLists.txt @@ -20,4 +20,4 @@ configure_file(config-kconf.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kconf.h ) # Although this is mostly an internal binary (hence installing it in # KF5_LIBEXEC_INSTALL_DIR), it is used by kded, and so we export its location -install(TARGETS kconf_update EXPORT KF5ConfigTargets DESTINATION ${KF5_LIBEXEC_INSTALL_DIR}) +install(TARGETS kconf_update EXPORT KF5ConfigTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5}) |