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 | |
parent | 4988ec1a102e4e80aa4675c9157a80725c3c2dba (diff) | |
download | kbfx-6af8464b4a30131c88d1b2745a6c84753cf04a16.tar.gz kbfx-6af8464b4a30131c88d1b2745a6c84753cf04a16.zip |
Fix installation directory
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | configdialog/CMakeLists.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31e405f..d8f9842 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,6 @@ include( TDEMacros ) include( TDESetupPaths ) tde_setup_paths( ) - ##### set version numbers ####################### # For versions that are stable set to 1, else to 0 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 |