diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 14:50:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 14:50:55 -0600 |
commit | 6af8464b4a30131c88d1b2745a6c84753cf04a16 (patch) | |
tree | 5147c03730963469a0b7987e7fcefbd7c7a65d0d /configdialog | |
parent | 4988ec1a102e4e80aa4675c9157a80725c3c2dba (diff) | |
download | kbfx-6af8464b4a30131c88d1b2745a6c84753cf04a16.tar.gz kbfx-6af8464b4a30131c88d1b2745a6c84753cf04a16.zip |
Fix installation directory
Diffstat (limited to 'configdialog')
-rw-r--r-- | configdialog/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index 542194c..fa28c51 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -52,7 +52,7 @@ INSTALL(TARGETS kbfxconfigapp RUNTIME DESTINATION ${BIN_INSTALL_DIR}) INSTALL(FILES kbfxconfigappui.rc DESTINATION ${DATA_INSTALL_DIR}/kbfxconfigapp) -INSTALL(FILES kbfxconfigapp.desktop kbfx_theme.desktop DESTINATION ${XDG_APPS_DIR}) +INSTALL(FILES kbfxconfigapp.desktop kbfx_theme.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) INSTALL(FILES kbfx_install_theme.desktop kbfx_prepare_theme.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus) INSTALL(FILES x-kbfxtheme.desktop |