diff options
-rw-r--r-- | kopete/plugins/latex/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/latex/CMakeLists.txt b/kopete/plugins/latex/CMakeLists.txt index 18433acd..d1739d2d 100644 --- a/kopete/plugins/latex/CMakeLists.txt +++ b/kopete/plugins/latex/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( install( FILES kopete_latex.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) install( FILES kopete_latex_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog ) -install( FILES kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} ) +install( PROGRAMS kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} ) install( FILES latexconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES latexchatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_latex ) |