From 6af8464b4a30131c88d1b2745a6c84753cf04a16 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Nov 2011 14:50:55 -0600 Subject: [PATCH] Fix installation directory --- CMakeLists.txt | 1 - configdialog/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 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