Fix installation directory

(cherry picked from commit 6af8464b4a)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 8d05376381
commit 93420e124a

@ -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

@ -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

Loading…
Cancel
Save